Enum LineStyle
Specifies the style for a line.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum LineStyle : sbyte
Fields
Name | Description |
---|---|
Single | Specifies the LineStyle is single. |
ThickBetweenThin | Specifies the LineStyle is thick between thin. |
ThickThin | Specifies the LineStyle is thick thin. |
ThinThick | Specifies the LineStyle is thin thick. |
ThinThin | Specifies the LineStyle is thin thin. |