Gets or sets a Pen used to draw dashed selection frames.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Pen DashPen { get; set; } |
Visual Basic Copy Code |
---|
Public Property DashPen As Pen |
An instance of the Pen class.
This pen is used to draw the selection frame drawn around items whose HandlesStyle is set to DashFrame.
WpfDiagram Programmer's Guide | © 2024 MindFusion |