SwipeControl.TopItems 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定從上而下撥動控制項時可叫用的專案。
適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.SwipeControl.TopItems (Windows 應用程式 SDK中的 WinUI,請參閱Windows 應用程式 SDK命名空間) 。
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>
屬性值
從上而下撥動控制項時,可以叫用的專案。