Bagikan melalui


SwipeItem.BehaviorOnInvoked Properti

Definisi

Mendapatkan atau menetapkan nilai yang menunjukkan bagaimana SwipeControl berperilaku setelah item ini dipanggil.

API WinUI 2 yang setara untuk UWP: Microsoft.UI.Xaml.Controls.SwipeItem.BehaviorOnInvoked (untuk WinUI di SDK Aplikasi Windows, lihat namespace SDK Aplikasi Windows).

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" />

Nilai Properti

Nilai yang menunjukkan bagaimana SwipeControl berkinerja setelah item ini dipanggil. Defaultnya adalah Otomatis.

Berlaku untuk