Class LineDashing
Specifies the dash style for a line.
Inheritance
System.Object
LineDashing
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class LineDashing : Enum
Fields
Dash
Line consists of dashes only.
Declaration
public const LineDashing Dash
Field Value
Type |
---|
LineDashing |
DashDot
Line is a dash-dot pattern.
Declaration
public const LineDashing DashDot
Field Value
Type |
---|
LineDashing |
DashDotDot
Line is a dash-dot-dot pattern.
Declaration
public const LineDashing DashDotDot
Field Value
Type |
---|
LineDashing |
DashDotGEL
Line is a dash-dot pattern.
Declaration
public const LineDashing DashDotGEL
Field Value
Type |
---|
LineDashing |
DashGEL
Line consists of dashes only.
Declaration
public const LineDashing DashGEL
Field Value
Type |
---|
LineDashing |
Dot
Line consists of dots only.
Declaration
public const LineDashing Dot
Field Value
Type |
---|
LineDashing |
DotGEL
Line consists of dots only.
Declaration
public const LineDashing DotGEL
Field Value
Type |
---|
LineDashing |
LongDashDotDotGEL
Line is a long dash and short dot-dot pattern.
Declaration
public const LineDashing LongDashDotDotGEL
Field Value
Type |
---|
LineDashing |
LongDashDotGEL
Line is a long dash and short dot pattern.
Declaration
public const LineDashing LongDashDotGEL
Field Value
Type |
---|
LineDashing |
LongDashGEL
Line consists of long dashes only.
Declaration
public const LineDashing LongDashGEL
Field Value
Type |
---|
LineDashing |
Solid
Line is solid.
Declaration
public const LineDashing Solid
Field Value
Type |
---|
LineDashing |