Share via


UIFocusHeading Enum

Definition

A flagging enumeration for specifying the direction in which focus is moving.

This enumeration supports a bitwise combination of its member values.

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

Fields

Name Value Description
None 0

There is no known focus heading.

Up 1

The focus is moving towards the top of the screen.

Down 2

The focus is moving towards the bottom of the screen.

Left 4

The focus is moving towards the user's left.

Right 8

The focus is moving to the user's right.

Next 16

The focus is moving forward through the collection.

Previous 32

The focus is moving backwards through the collection.

First 256
Last 512

Applies to