Search
DashStyles.Dot Property
See Also
 






Gets a DashStyle object that draws dotted lines.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static DashStyle Dot { get; }

Visual Basic  Copy Code

Public Shared ReadOnly Property Dot As DashStyle

 Property Value

A dash sequence of 1,1.

 See Also