Share via


ABEdge Enum

Definition

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

Bottom 3

Specifies the bottom edge. It has the value 3.

Left 0

Specifies the left edge. It has the value 0.

None 4

Specifies no edge. Has the value 4.

Right 2

Specifies the right edge. It has the value 2.

Top 1

Specifies the top edge. It has the value 1.

Applies to