Search
HandlesVisualStyle.HandlePen Property
See Also
 





Gets or sets a Pen used to draw the border of selection handles.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Pen HandlePen { get; set; }

Visual Basic  Copy Code

Public Property HandlePen As Pen

 Property Value

An instance of the Pen class.

 Remarks

This pen is used to draw the borders of adjustment handles rendered for most of the HandlesStyle types.

 See Also