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 | The Default border style. |
None | 1 | The No border style. |
Dotted | 2 | The Dotted border style. |
Dashed | 3 | The Dashed border style. |
Solid | 4 | The Solid border style. |
Double | 5 | The Double border style. |
DashDot | 6 | The DashDot border style. |
DashDotDot | 7 | The DashDotDot border style. |