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.
DASH_DOT3Specifies a line consisting of a repeating pattern of dash-dot.
DASH_DOT_DOT4Specifies a line consisting of a repeating pattern of dash-dot-dot.

See Also