LineDashStyle

LineDashStyle enumeration

Represents the line dash style.

public enum LineDashStyle : sbyte

Values

NameValueDescription
NotDefined-1
Solid0
Dot1
Dash2
LargeDash3
DashDot4
LargeDashDot5
LargeDashDotDot6
SystemDash7
SystemDot8
SystemDashDot9
SystemDashDotDot10
Custom11

See Also