Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.06 KB

swipecontrol_topitems.md

File metadata and controls

42 lines (27 loc) · 1.06 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.SwipeControl.TopItems
winrt property

Windows.UI.Xaml.Controls.SwipeControl.TopItems

-description

Gets or sets the items that can be invoked when the control is swiped from the top down.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SwipeControl.TopItems (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-xaml-syntax

<SwipeControl>
  <SwipeControl.TopItems>
    oneOrMoreSwipeItemDefinitions
  </SwipeControl.TopItems>
</SwipeControl>

-xaml-values

oneOrMoreSwipeItemDefinitions
oneOrMoreSwipeItemDefinitionsOne or more SwipeItem elements.

-property-value

The items that can be invoked when the control is swiped from the top down.

-remarks

-see-also

-examples