In This Article

Corner Enum

Specifies the corner of a rectangle.

public enum Corner

Fields

Name Description
LowerLeft

The lower left corner.

LowerRight

The lower right corner.

UpperLeft

The upper left corner.

UpperRight

The upper right corner.