|
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
}
} |