Class OfficeShapeLineDashStyle
Specifies the dash style for a line.
Inheritance
System.Object
OfficeShapeLineDashStyle
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Portable.dll
Syntax
public sealed class OfficeShapeLineDashStyle : Enum
Fields
Dash
Specifies the OfficeShapeLineDashStyle is dash.
Declaration
public const OfficeShapeLineDashStyle Dash
Field Value
DashDot
Specifies the OfficeShapeLineDashStyle is dash dot.
Declaration
public const OfficeShapeLineDashStyle DashDot
Field Value
DashDotDot
Specifies the OfficeShapeLineDashStyle is dash dot dot.
Declaration
public const OfficeShapeLineDashStyle DashDotDot
Field Value
DashLongDash
Specifies the OfficeShapeLineDashStyle is dash long dash.
Declaration
public const OfficeShapeLineDashStyle DashLongDash
Field Value
DashLongDashDot
Specifies the OfficeShapeLineDashStyle is dash long dash dot.
Declaration
public const OfficeShapeLineDashStyle DashLongDashDot
Field Value
Dot
Specifies the OfficeShapeLineDashStyle is dot.
Declaration
public const OfficeShapeLineDashStyle Dot
Field Value
None
Specifies the OfficeShapeLineDashStyle is none.
Declaration
public const OfficeShapeLineDashStyle None
Field Value
RoundDot
Specifies the OfficeShapeLineDashStyle is round dot.
Declaration
public const OfficeShapeLineDashStyle RoundDot
Field Value
Solid
Specifies the OfficeShapeLineDashStyle is solid.
Declaration
public const OfficeShapeLineDashStyle Solid
Field Value
SquareDot
Specifies the OfficeShapeLineDashStyle is square dot.
Declaration
public const OfficeShapeLineDashStyle SquareDot
Field Value
SystemDashDot
Specifies the OfficeShapeLineDashStyle is system dash dot.
Declaration
public const OfficeShapeLineDashStyle SystemDashDot