Search
SliderComponent.Border Property
See Also
 





Gets or sets the pen used to draw the border of the slider.

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

 Syntax

C#  Copy Code

public Pen Border { get; set; }

Visual Basic  Copy Code

Public Property Border As Pen

 Property Value

An instance of the Pen class.

 See Also