Share via


UIRectCorner Enum

Definition

An enumeration of the corners of a rectangle.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum UIRectCorner
[<ObjCRuntime.Native>]
[<System.Flags>]
type UIRectCorner = 
Inheritance
UIRectCorner
Attributes

Fields

Name Value Description
TopLeft 1

The top-left corner of the rectangle.

TopRight 2

The top-right corner of the rectangle.

BottomLeft 4

The bottom-left corner of the rectangle.

BottomRight 8

The bottom-right corner of the rectangle.

AllCorners 18446744073709551615

All the corners of the rectangle.

Applies to