Specifies the style of dashed lines.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
C# Copy Code |
---|
public enum DashStyle |
Visual Basic Copy Code |
---|
Public Enum DashStyle |
Member name | Description | |
---|---|---|
Custom |
Specifies a user-defined dash style. |
|
Dash |
Specifies a line consisting of dashes. |
|
DashDot |
Specifies a line consisting of a repeating pattern of dash-dot. |
|
DashDotDot |
Specifies a line consisting of a repeating pattern of dash-dot-dot. |
|
Dot |
Specifies a line consisting of dots. |
|
Solid |
Specifies a solid line. |