Aspose::Words::Drawing::DashStyle enum

DashStyle enum

Dashed line style.

enum class DashStyle

Values

NameValueDescription
Solid0Solid (continuous) pen.
ShortDash1System dash style.
ShortDot2System dash style.
ShortDashDot3System dash style.
ShortDashDotDot4System dash style.
Dot5Square dot style.
Dash6Dash style.
LongDash7Long dash style.
DashDot8Dash short dash.
LongDashDot9Long dash short dash.
LongDashDotDot10Long dash short dash short dash.
Defaultn/aSame as Solid.

See Also