Enum BorderLineType

BorderLineType enumeration

Specifies the border line type for a gridCell.

public enum BorderLineType

Values

NameValueDescription
None0No border.
Thin1A solid line border.
Medium2A solid line border.Line width is 2f.
Dashed3A dashed line border.
Dotted4A dotted line border.
Thick5A solid line border.Line width is 3f.
MediumDashed8A dashed line border.Line width is 2f.
ThinDashDotted9A dashDotted line border.
MediumDashDotted10A dashDotted line border.Line width is 2f.
ThinDashDotDotted11A dashDotDotted line border.
MediumDashDotDotted12A dashDotDotted line border.Line width is 2f.

See Also