MsoLineDashStyle
MsoLineDashStyle enumeration
Represents style of dash drawing lines.
public enum MsoLineDashStyle
Values
Name | Value | Description |
---|---|---|
Dash | 0 |
Represent a dash line. |
DashDot | 1 |
Represents a dash-dot line. |
DashDotDot | 2 |
Represents a dash-dot-dot line. |
DashLongDash | 3 |
Represents a long dash-short dash line. |
DashLongDashDot | 4 |
Represents a long dash-short dash-dot line. |
RoundDot | 5 |
Represents a round-dot line. |
Solid | 6 |
Represent a solid line. |
SquareDot | 7 |
Represents a square-dot line. |
Custom | 8 |
Custom dash style. |
See Also
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells