UIRectCorner Enum

Definition

An enumeration of the corners of a rectangle.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum UIRectCorner
type UIRectCorner = 
Inheritance
UIRectCorner
Attributes

Fields

AllCorners 4294967295

All the corners of the rectangle.

BottomLeft 4

The bottom-left corner of the rectangle.

BottomRight 8

The bottom-right corner of the rectangle.

TopLeft 1

The top-left corner of the rectangle.

TopRight 2

The top-right corner of the rectangle.

Applies to