다음을 통해 공유


SwipeControl.BottomItems 속성

정의

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

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

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>

속성 값

컨트롤을 아래쪽에서 위로 살짝 밀면 호출할 수 있는 항목입니다.

적용 대상