File: Items\SnapPointsType.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
namespace Microsoft.Maui.Controls
{
	/// <include file="../../../docs/Microsoft.Maui.Controls/SnapPointsType.xml" path="Type[@FullName='Microsoft.Maui.Controls.SnapPointsType']/Docs/*" />
	public enum SnapPointsType
	{
		/// <include file="../../../docs/Microsoft.Maui.Controls/SnapPointsType.xml" path="//Member[@MemberName='None']/Docs/*" />
		None,
		/// <include file="../../../docs/Microsoft.Maui.Controls/SnapPointsType.xml" path="//Member[@MemberName='Mandatory']/Docs/*" />
		Mandatory,
		/// <include file="../../../docs/Microsoft.Maui.Controls/SnapPointsType.xml" path="//Member[@MemberName='MandatorySingle']/Docs/*" />
		MandatorySingle
	}
}