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 |
An instance of a Brush-derived class.
Remarks
See Also