Search
HandlesVisualStyle.DashPen Property
See Also
 





Gets or sets a Pen used to draw dashed selection frames.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Pen DashPen { get; set; }

Visual Basic  Copy Code

Public Property DashPen As Pen

 Property Value

An instance of the Pen class.

 Remarks

This pen is used to draw selection frame around items whose HandlesStyle property is set to DashFrame.

 See Also