Gets or sets the border pen of the slider's buttons when they are pointed with the mouse.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Pen ButtonPenHovered { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ButtonPenHovered As Pen |
An instance of the Pen class.
See Also