共用方式為


SwipeItem.BehaviorOnInvoked 屬性

定義

取得或設定值,這個值表示叫用此專案之後 SwipeControl 的行為。

適用于 UWP 的對等 WinUI 2 APIMicrosoft.UI.Xaml.Controls.SwipeItem.BehaviorOn 在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

適用於