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