Search
DashStyles.Dash Property
See Also
 






Gets a DashStyle object that draws dashed lines.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static DashStyle Dash { get; }

Visual Basic  Copy Code

Public Shared ReadOnly Property Dash As DashStyle

 Property Value

A dash sequence of 2,2.

 Remarks

This styled describes a sequence composed of a dash that is twice as long as the pen Thickness followed by a space that is twice as long as the Thickness.

 See Also