SWSBorderAttribute Enumeration
This enumeration specifies Border attributes.
| Syntax | Constants |
|---|---|
Enum SWSBorderAttribute
swscBorderBackgroundColor = 0
swscInsideLeftBorderWidth = 1
swscInsideTopBorderWidth = 2
swscInsideRightBorderWidth = 3
swscInsideBottomBorderWidth = 4
swscOutsideLeftBorderWidth = 5
swscOutsideTopBorderWidth = 6
swscOutsideRightBorderWidth = 7
swscOutsideBottomBorderWidth = 8
swscInsideLeftBorderColor = 9
swscInsideTopBorderColor = 10
swscInsideRightBorderColor = 11
swscInsideBottomBorderColor = 12
swscOutsideLeftBorderColor = 13
swscOutsideTopBorderColor = 14
swscOutsideRightBorderColor = 15
swscOutsideBottomBorderColor = 16
End Enum
|
|