In This Article

Corners Enum

Specifies zero or more corners of a rectangle as a combination of flags.

[Flags]
public enum Corners

Fields

Name Description
All

Indicates all four corners, top-left, top-right, bottom-left and bottom-right.

Bottom

Indicates the bottom corners, bottom-left and bottom-right.

BottomLeft

Indicates the bottom-right corner.

BottomRight

Indicates the bottom-left corner.

Left

Indicates the left corners, top-left and bottom-left.

None

Indicates no corners.

Right

Indicates the right corners, top-right and bottom-right.

Top

Indicates the top corners, top-left and top-right.

TopLeft

Indicates the top-left corner.

TopRight

Indicates the top-right corner.