BorderStyles Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the style of a Border.
public enum class BorderStyles
public enum BorderStyles
type BorderStyles =
Public Enum BorderStyles
- Inheritance
-
BorderStyles
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Specifies the Default style border. |
None | 1 | Specifies the No style border. |
Dotted | 2 | Specifies the Dotted style border. |
Dashed | 3 | Specifies the Dashed style border. |
Solid | 4 | Specifies the Solid style border. |
Double | 5 | Specifies the Double style border. |
DashDot | 6 | Specifies the DashDot style border. |
DashDotDot | 7 | Specifies the DashDotDot style border. |