共用方式為


Hyperlink.XYFocusDown 屬性

定義

取得或設定當使用者按下方向板 (DPAD) 向下時取得焦點的物件。

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

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

屬性值

當使用者按下方向板 (DPAD) 時取得焦點的物件。

備註

只有在使用遊戲控制器時,才支援此屬性。 否則會忽略 屬性。

適用於