Hyperlink.XYFocusLeft 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 the Directional Pad (DPAD) left.
public:
property DependencyObject ^ XYFocusLeft { DependencyObject ^ get(); void set(DependencyObject ^ value); };
DependencyObject XYFocusLeft();
void XYFocusLeft(DependencyObject value);
public DependencyObject XYFocusLeft { get; set; }
var dependencyObject = hyperlink.xYFocusLeft;
hyperlink.xYFocusLeft = dependencyObject;
Public Property XYFocusLeft 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.