[]
Specifies the line style for the border.
public enum BorderLineStyle
DashDot = 3
Specifies a dash dot border.
DashDotDot = 2
Specifies a dash dot dot border.
Dashed = 5
Specifies a dashed border.
Dotted = 4
Specifies a dotted border.
Double = 13
Specifies a double line.
Hair = 1
Specifies a hairline border.
Medium = 11
Specifies a medium border.
MediumDashDot = 9
Specifies a medium dash dot border.
MediumDashDotDot = 7
Specifies a medium dash dot dot border.
MediumDashed = 10
Specifies a medium dashed.
None = 0
Specifies no border.
SlantDashDot = 8
Specifies a slant dash dot border.
Thick = 12
Specifies a thick line border.
Thin = 6
Specifies a thin border.