SwipeItem.BehaviorOnInvoked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates how a SwipeControl behaves after this item is invoked.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SwipeItem.BehaviorOnInvoked (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
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" />
Property Value
A value that indicates how a SwipeControl behaves after this item is invoked. The default is Auto.