Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SwipeControl.TopItems Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Controls
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the items that can be invoked when the control is swiped from the top down.
SwipeItems TopItems();
void TopItems(SwipeItems value);
public SwipeItems TopItems { get; set; }
var swipeItems = swipeControl.topItems;
swipeControl.topItems = swipeItems;
Public Property TopItems As SwipeItems
<SwipeControl>
<SwipeControl.TopItems>
oneOrMoreSwipeItemDefinitions
</SwipeControl.TopItems>
</SwipeControl>
Property Value
The items that can be invoked when the control is swiped from the top down.
Applies to
Feedback
Was this page helpful?
