Gets a DashStyle object that draws dashed lines.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static DashStyle Dash { get; } |
Visual Basic
Copy Code
|
|---|
Public Shared ReadOnly Property Dash As DashStyle |
A dash sequence of 2,2.
RemarksThis 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