Search
DashStyles.DashDotDot Property
See Also
 






Gets a DashStyle object that draws lines with a dash-dot-dot pattern.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static DashStyle DashDotDot { get; }

Visual Basic  Copy Code

Public Shared ReadOnly Property DashDotDot As DashStyle

 Property Value

A dash sequence of 4,1,1,1,1,1.

 See Also