Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 809 Bytes

bringintoviewoptions_verticaloffset.md

File metadata and controls

26 lines (16 loc) · 809 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.BringIntoViewOptions.VerticalOffset
winrt property

Microsoft.UI.Xaml.BringIntoViewOptions.VerticalOffset

-description

Gets or sets the vertical distance to add to the viewport-relative position of the TargetRect after satisfying the requested VerticalAlignmentRatio.

-property-value

The vertical distance to add to the viewport-relative position of the TargetRect after satisfying the requested VerticalAlignmentRatio.

-remarks

This provides a simple way to position an element a certain amount from the top or bottom edge of the viewport.

-see-also

-examples