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