Search
SliderComponent.RailPen Property
See Also
 





Gets or sets the border pen of the slider rail.

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

 Syntax

C#  Copy Code

public Pen RailPen { get; set; }

Visual Basic  Copy Code

Public Property RailPen As Pen

 Property Value

An instance of the Pen class.

 See Also