MindFusion.Wpf Pack Programmer's Guide
HandlesVisualStyle.HandlePen Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

HandlesVisualStyle Members
HandlesVisualStyle Class
MindFusion.Diagramming.Wpf Namespace