Share via


Hyperlink.XYFocusUp Property

Definition

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

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

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

Property Value

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

Remarks

This property is supported only when using a game controller. The property is ignored otherwise.

Applies to