Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 926 Bytes

carouselpanel_makevisible_810643671.md

File metadata and controls

29 lines (20 loc) · 926 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Primitives.CarouselPanel.MakeVisible(Microsoft.UI.Xaml.UIElement,Windows.Foundation.Rect)
winrt method

Microsoft.UI.Xaml.Controls.Primitives.CarouselPanel.MakeVisible

-description

Changes existing offsets in order to make the provided element visible in the viewport, and returns a Rect measurement and position of the area.

-parameters

-param visual

The element to make visible.

-param rectangle

A rectangle representing the element's coordinate space.

-returns

A rectangle that represents the input rectangle Rect transformed by using the CarouselPanel coordinate space.

-remarks

-examples

-see-also