Hyperlink.XYFocusDown 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定當使用者按下方向板 (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) 時取得焦點的物件。
備註
只有在使用遊戲控制器時,才支援此屬性。 否則會忽略 屬性。