Gets or sets a Pen used to draw dashed selection frames.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Pen DashPen { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DashPen As Pen |
An instance of the Pen class.
RemarksThis pen is used to draw the selection frame drawn around items whose HandlesStyle is set to DashFrame.
See Also