Freigeben über


SwipeControl.BottomItems Eigenschaft

Definition

Ruft die Elemente ab, die aufgerufen werden können, wenn das Steuerelement von unten nach oben gewischt wird, oder legt diese fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.SwipeControl.BottomItems (informationen zu WinUI im Windows App SDK finden Sie im Windows App SDK Namespaces).

SwipeItems BottomItems();

void BottomItems(SwipeItems value);
public SwipeItems BottomItems { get; set; }
var swipeItems = swipeControl.bottomItems;
swipeControl.bottomItems = swipeItems;
Public Property BottomItems As SwipeItems
<SwipeControl>
  <SwipeControl.BottomItems>
    oneOrMoreSwipeItemDefinitions
  </SwipeControl.BottomItems>
</SwipeControl>

Eigenschaftswert

Die Elemente, die aufgerufen werden können, wenn das Steuerelement von unten nach oben gewischt wird.

Gilt für: