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