Enum BorderDashStyle

BorderDashStyle enumeration

Specifies the style of dashed border lines.

public enum BorderDashStyle

Values

NameValueDescription
Solid0Specifies a solid line.
Dash1Specifies a line consisting of dashes.
Dot2Specifies a line consisting of dots.
DashDot3Specifies a line consisting of a repeating pattern of dash-dot.
DashDotDot4Specifies a line consisting of a repeating pattern of dash-dot-dot.

See Also