UIRectEdge Enum

Definition

An enumeration whose values specify screen edges, for use with Edges and EdgesForExtendedLayout.

public enum UIRectEdge
type UIRectEdge = 
Inheritance
UIRectEdge

Fields

All 15

All edges of the rectangle.

Bottom 4

The bottom edge of the rectangle.

Left 2

The left edge of the rectangle.

None 0

No edges.

Right 8

The right edge of the rectangle.

Top 1

The top edge of the rectangle.

Applies to