Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 655 Bytes

bringintoviewrequestedeventargs_targetrect.md

File metadata and controls

29 lines (16 loc) · 655 Bytes
-api-id -api-type
P:Windows.UI.Xaml.BringIntoViewRequestedEventArgs.TargetRect
winrt property

Windows.UI.Xaml.BringIntoViewRequestedEventArgs.TargetRect

-description

Gets or sets the Rect in the TargetElement’s coordinate space to bring into view.

-property-value

The Rect in the TargetElement’s coordinate space to bring into view.

-remarks

If StartBringIntoView is called with a null TargetRect, then the TargetElement’s bounding rect is used.

-see-also

-examples