ClosestInteractiveBoundsRequestedEventArgs.SearchBounds 属性

定义

获取或设置要在其中搜索交互式元素的边框。

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

属性值

要在其中搜索交互式元素的边框。

适用于