Enum ExcelShapeDashLineStyle
Represents shape dash line style.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelShapeDashLineStyle
Fields
Name | Description |
---|---|
Dash_Dot | Represents Dash_dot style. |
Dash_Dot_Dot | Represents Dash_dot_dot style. |
Dashed | Represents Dashed style. |
Dotted | Represents Dotted style. |
Dotted_Round | Represents Dotted_Strange style. |
Medium_Dash_Dot | Represents Medium_dash_dot style. |
Medium_Dashed | Represents Medium_dashed style. |
Solid | Represents solid style. |