Condividi tramite


SwipeItem.BehaviorOnInvoked Proprietà

Definizione

Ottiene o imposta un valore che indica il comportamento di un controllo SwipeControl dopo la chiamata di questo elemento.

API WinUI 2 equivalente per UWP: Microsoft.UI.Xaml.Controls.SwipeItem.BehaviorOnInvoked (per WinUI nel SDK per app di Windows, vedi gli spazi dei nomi SDK per app di 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" />

Valore della proprietà

Valore che indica il comportamento di un controllo SwipeControl dopo che questo elemento viene richiamato. Il valore predefinito è Auto.

Si applica a