BorderSide 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.
public enum class BorderSide
public enum BorderSide
type BorderSide =
Public Enum BorderSide
- Inheritance
-
BorderSide
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Default | 1 | |
Left | 2 | |
Right | 4 | |
Top | 8 | |
Bottom | 16 | |
All | 31 |