共用方式為


FocusNavigationRequest.HintRect 屬性

定義

取得用來識別最可能接收瀏覽焦點之焦點候選專案的周框。

public:
 property IReference<Rect> ^ HintRect { IReference<Rect> ^ get(); };
IReference<Rect> HintRect();
public System.Nullable<Rect> HintRect { get; }
var iReference = focusNavigationRequest.hintRect;
Public ReadOnly Property HintRect As Nullable(Of Rect)

屬性值

用來識別最可能接收瀏覽焦點之焦點候選專案的周框。

備註

座標位於焦點從中移動的內容中。 若要將 HintRect 轉換成焦點移至的座標空間,請使用座標轉換器 (ContentIsland.CoordinateConverter、ContentSite.CoordinateConverterContentSiteView.CoordinateConverter) 。

呼叫端應該在其本機空間中使用HintRect建立FocusNavigationRequest,並讓呼叫的內容將HintRect轉換為其本機空間。 如果呼叫端未指定HintRect,HintRect將會是 Null。

適用於