Share via


Hyperlink.XYFocusRight Property

Definition

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

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

void XYFocusRight(DependencyObject value);
public DependencyObject XYFocusRight { get; set; }
var dependencyObject = hyperlink.xYFocusRight;
hyperlink.xYFocusRight = dependencyObject;
Public Property XYFocusRight 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