Gets or sets a Pen used to draw the border of selection handles.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Pen HandlePen { get; set; } |
Visual Basic Copy Code |
---|
Public Property HandlePen As Pen |
An instance of the Pen class.
This pen is used to draw the borders of adjustment handles rendered for most of the HandlesStyle types.
WpfDiagram Programmer's Guide | © 2024 MindFusion |