다음을 통해 공유


SwipeControl.LeftItems 속성

정의

컨트롤이 왼쪽에서 살짝 밀면 호출할 수 있는 항목을 가져오거나 설정합니다.

UWP에 해당하는 WinUI 2 API: Microsoft.UI.Xaml.Controls.SwipeControl.LeftItems(Windows 앱 SDK WinUI의 경우 Windows 앱 SDK 네임스페이스 참조).

SwipeItems LeftItems();

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

속성 값

컨트롤이 왼쪽에서 살짝 밀면 호출할 수 있는 항목입니다.

적용 대상