Search
SpinnerComponent.ButtonPenPressed Property
See Also
 





Gets or sets the border pen of the spinner's buttons when they are pressed.

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

 Syntax

C#  Copy Code

public Pen ButtonPenPressed { get; set; }

Visual Basic  Copy Code

Public Property ButtonPenPressed As Pen

 Property Value

An instance of the Pen class.

 See Also