Поделиться через


ClosestInteractiveBoundsRequestedEventArgs.ClosestInteractiveBounds Свойство

Определение

Возвращает или задает ограничивающий прямоугольник интерактивного элемента, находящегося в пределах SearchBounds и ближайшего к pointerPosition.

public:
 property Rect ClosestInteractiveBounds { Rect get(); void set(Rect value); };
Rect ClosestInteractiveBounds();

void ClosestInteractiveBounds(Rect value);
public Rect ClosestInteractiveBounds { get; set; }
var rect = closestInteractiveBoundsRequestedEventArgs.closestInteractiveBounds;
closestInteractiveBoundsRequestedEventArgs.closestInteractiveBounds = rect;
Public Property ClosestInteractiveBounds As Rect

Значение свойства

Ограничивающий прямоугольник интерактивного элемента, находящегося в пределах SearchBounds и ближайшего к pointerPosition.

Применяется к