Search
SliderComponent.RailBrush Property
See Also
 





Gets or sets the background of the slider rail.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush RailBrush { get; set; }

Visual Basic  Copy Code

Public Property RailBrush As Brush

 Property Value

An instance of a Brush-derived class.

 See Also