In This Article

Corner Enum

Specifies a corners of a rectangle.

public enum Corner

Fields

Name Description
BottomLeft

Indicates the bottom-right corner.

BottomRight

Indicates the bottom-left corner.

TopLeft

Indicates the top-left corner.

TopRight

Indicates the top-right corner.