다음을 통해 공유


SwipeItem.BehaviorOnInvoked 속성

정의

이 항목이 호출된 후 SwipeControl 이 작동하는 방식을 나타내는 값을 가져오거나 설정합니다.

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

public:
 property SwipeBehaviorOnInvoked BehaviorOnInvoked { SwipeBehaviorOnInvoked get(); void set(SwipeBehaviorOnInvoked value); };
SwipeBehaviorOnInvoked BehaviorOnInvoked();

void BehaviorOnInvoked(SwipeBehaviorOnInvoked value);
public SwipeBehaviorOnInvoked BehaviorOnInvoked { get; set; }
var swipeBehaviorOnInvoked = swipeItem.behaviorOnInvoked;
swipeItem.behaviorOnInvoked = swipeBehaviorOnInvoked;
Public Property BehaviorOnInvoked As SwipeBehaviorOnInvoked
<SwipeItem BehaviorOnInvoked="swipeBehaviorOnInvokedMemberName" />

속성 값

이 항목이 호출된 후 SwipeControl 이 작동하는 방식을 나타내는 값입니다. 기본값은 Auto입니다.

적용 대상