Class LineStyle
Specifies the style for a line.
Inheritance
System.Object
LineStyle
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class LineStyle : Enum
Fields
Single
Specifies the LineStyle is single.
Declaration
public const LineStyle Single
Field Value
Type |
---|
LineStyle |
ThickBetweenThin
Specifies the LineStyle is thick between thin.
Declaration
public const LineStyle ThickBetweenThin
Field Value
Type |
---|
LineStyle |
ThickThin
Specifies the LineStyle is thick thin.
Declaration
public const LineStyle ThickThin
Field Value
Type |
---|
LineStyle |
ThinThick
Specifies the LineStyle is thin thick.
Declaration
public const LineStyle ThinThick
Field Value
Type |
---|
LineStyle |
ThinThin
Specifies the LineStyle is thin thin.
Declaration
public const LineStyle ThinThin
Field Value
Type |
---|
LineStyle |