Gets or sets the brush used to fill the portion of the rail between StartValue and EndValue.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush ActiveBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ActiveBrush As Brush |
RemarksThis property is relevant only when the slider Type is set to Range.
See Also