LineDashStyle

Overview

LineDashStyle is a enum in Aspose.Slides FOSS for .NET.

Represents LineDashStyle enumeration.

This enumeration defines 13 values: NotDefined, Solid, Dot, Dash, LargeDash, DashDot, LargeDashDot, LargeDashDotDot, SystemDash, SystemDot, SystemDashDot, SystemDashDotDot, and 1 more.

Values

ValueDescription
NotDefinedRepresents an undefined dash style
SolidRepresents a continuous solid line dash style
DotRepresents a dotted line dash style
DashRepresents a dashed line dash style
LargeDashRepresents a dash style with longer dash segments
DashDot
LargeDashDotRepresents a dash‑dot line with longer dashes
LargeDashDotDot
SystemDashRepresents the system default dash style
SystemDotRepresents the system default dot style
SystemDashDot
SystemDashDotDot
CustomRepresents a user‑defined custom dash pattern

See Also