Gets or sets the border pen of the slider rail.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Pen RailPen { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RailPen As Pen |
An instance of the Pen class.
See Also