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