共用方式為


ClosestInteractiveBoundsRequestedEventArgs.SearchBounds 屬性

定義

取得或設定要在其中搜尋互動式專案的周框。

public:
 property Rect SearchBounds { Rect get(); };
Rect SearchBounds();
public Rect SearchBounds { get; }
var rect = closestInteractiveBoundsRequestedEventArgs.searchBounds;
Public ReadOnly Property SearchBounds As Rect

屬性值

要在其中搜尋互動式元素的周框。

適用於