Search
SliderComponent.ButtonPenHovered Property
See Also
 





Gets or sets the border pen of the slider's buttons when they are pointed with the mouse.

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

 Syntax

C#  Copy Code

public Pen ButtonPenHovered { get; set; }

Visual Basic  Copy Code

Public Property ButtonPenHovered As Pen

 Property Value

An instance of the Pen class.

 See Also