UIElement.XYFocusUp Property

Definition

Gets or sets the object that gets focus when a user presses up on the Directional Pad (D-pad) of a game controller.

public:
 property DependencyObject ^ XYFocusUp { DependencyObject ^ get(); void set(DependencyObject ^ value); };
DependencyObject XYFocusUp();

void XYFocusUp(DependencyObject value);
public DependencyObject XYFocusUp { get; set; }
var dependencyObject = uIElement.xYFocusUp;
uIElement.xYFocusUp = dependencyObject;
Public Property XYFocusUp As DependencyObject

Property Value

The object that gets focus when a user presses up on the Directional Pad (D-pad).

Remarks

For more info about this property, see the XY focus navigation and interaction section of the Gamepad and remote control interactions topic.

Applies to