ContentLink.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 = contentLink.xYFocusRight;
contentLink.xYFocusRight = dependencyObject;
Public Property XYFocusRight As DependencyObject

Property Value

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

Remarks

Important

This API supports content links. The Windows features that enable content links are not available in versions of Windows after Windows 10 version 1903. Content links for XAML text controls will not function in versions of Windows later than version 1903.

This property is supported only when using a game pad or remote control. The property is ignored otherwise.

Applies to