Share via


SwipeControl.LeftItems 속성

정의

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

이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 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>

속성 값

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

적용 대상