ABEdge 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.
Represents the enumeration that contains a set of named constants for the edges.
public enum class ABEdge
public enum ABEdge
type ABEdge =
Public Enum ABEdge
- Inheritance
-
ABEdge
Fields
Name | Value | Description |
---|---|---|
Left | 0 | Specifies the left edge. It has the value 0. |
Top | 1 | Specifies the top edge. It has the value 1. |
Right | 2 | Specifies the right edge. It has the value 2. |
Bottom | 3 | Specifies the bottom edge. It has the value 3. |
None | 4 | Specifies no edge. Has the value 4. |