File: Primitives\SwipeBehaviorOnInvoked.cs
Web Access
Project: src\src\Core\src\Core.csproj (Microsoft.Maui)
namespace Microsoft.Maui
{
	/// <include file="../../docs/Microsoft.Maui/SwipeBehaviorOnInvoked.xml" path="Type[@FullName='Microsoft.Maui.SwipeBehaviorOnInvoked']/Docs/*" />
	public enum SwipeBehaviorOnInvoked
	{
		/// <include file="../../docs/Microsoft.Maui/SwipeBehaviorOnInvoked.xml" path="//Member[@MemberName='Auto']/Docs/*" />
		Auto,       // In Reveal mode, the SwipeView closes after an item is invoked. In Execute mode, the SwipeView remains open.
		/// <include file="../../docs/Microsoft.Maui/SwipeBehaviorOnInvoked.xml" path="//Member[@MemberName='Close']/Docs/*" />
		Close,      // The SwipeView closes after an item is invoked.
		/// <include file="../../docs/Microsoft.Maui/SwipeBehaviorOnInvoked.xml" path="//Member[@MemberName='RemainOpen']/Docs/*" />
		RemainOpen  // The SwipeView remains open after an item is invoked.
	}
}