Search
Button.PenHovered Property
See Also
 





Gets or sets the border pen of the button when it is in hovered state.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Pen PenHovered { get; set; }

Visual Basic  Copy Code

Public Property PenHovered As Pen

 Property Value

An instance of the Pen class.

 See Also