File: Primitives\SwipeMode.cs
Web Access
Project: src\src\Core\src\Core.csproj (Microsoft.Maui)
namespace Microsoft.Maui
{
	/// <include file="../../docs/Microsoft.Maui/SwipeMode.xml" path="Type[@FullName='Microsoft.Maui.SwipeMode']/Docs/*" />
	public enum SwipeMode
	{
		/// <include file="../../docs/Microsoft.Maui/SwipeMode.xml" path="//Member[@MemberName='Reveal']/Docs/*" />
		Reveal, // Display additional context items which may be selected
		/// <include file="../../docs/Microsoft.Maui/SwipeMode.xml" path="//Member[@MemberName='Execute']/Docs/*" />
		Execute // Immediately execute the associated command
	}
}