UIElement.XYFocusDown Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the object that gets focus when a user presses down on the Directional Pad (D-pad) of a game controller.
public:
property DependencyObject ^ XYFocusDown { DependencyObject ^ get(); void set(DependencyObject ^ value); };
DependencyObject XYFocusDown();
void XYFocusDown(DependencyObject value);
public DependencyObject XYFocusDown { get; set; }
var dependencyObject = uIElement.xYFocusDown;
uIElement.xYFocusDown = dependencyObject;
Public Property XYFocusDown As DependencyObject
Property Value
The object that gets focus when a user presses down 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.