Share via


SwipeControl.LeftItems 屬性

定義

取得或設定從左側撥動控制項時可以叫用的專案。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

SwipeItems LeftItems();

void LeftItems(SwipeItems value);
public SwipeItems LeftItems { get; set; }
Public Property LeftItems As SwipeItems
<SwipeControl>
  <SwipeControl.LeftItems>
    oneOrMoreSwipeItemDefinitions
  </SwipeControl.LeftItems>
</SwipeControl>

屬性值

從左側撥動控制項時,可以叫用的專案。

適用於