Enum LineDashStyle
Specifies the dash style for a line.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum LineDashStyle : sbyte
Fields
Name | Description |
---|---|
Dash | Specifies the LineDashStyle is dash. |
DashDot | Specifies the LineDashStyle is dash dot. |
DashDotDot | Specifies the LineDashStyle is dash dot dot. |
DashLongDash | Specifies the LineDashStyle is dash long dash. |
DashLongDashDot | Specifies the LineDashStyle is dash long dash dot. |
Dot | Specifies the LineDashStyle is dot. |
None | Specifies the LineDashStyle is none. |
RoundDot | Specifies the LineDashStyle is round dot. |
Solid | Specifies the LineDashStyle is solid. |
SquareDot | Specifies the LineDashStyle is square dot. |
SystemDashDot | Specifies the LineDashStyle is system dash dot. |