Hyperlink.XYFocusDown Property

Definition

Gets or sets the object that gets focus when a user presses the Directional Pad (DPAD) down.

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

void XYFocusDown(DependencyObject value);
public DependencyObject XYFocusDown { get; set; }
var dependencyObject = hyperlink.xYFocusDown;
hyperlink.xYFocusDown = dependencyObject;
Public Property XYFocusDown As DependencyObject

Property Value

The object that gets focus when a user presses the Directional Pad (DPAD).

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

This property is supported only on the Xbox device family, and only when using a game pad or remote control. The property is ignored otherwise.

Applies to