Search
SliderComponent.ActiveBrush Property
See Also
 





Gets or sets the brush used to fill the portion of the rail between StartValue and EndValue.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush ActiveBrush { get; set; }

Visual Basic  Copy Code

Public Property ActiveBrush As Brush

 Property Value

An instance of a Brush-derived class.

 Remarks

This property is relevant only when the slider Type is set to Range.

 See Also