|
namespace Microsoft.Maui.Controls
{
/// <include file="../../docs/Microsoft.Maui.Controls/SweepDirection.xml" path="Type[@FullName='Microsoft.Maui.Controls.SweepDirection']/Docs/*" />
public enum SweepDirection
{
/// <include file="../../docs/Microsoft.Maui.Controls/SweepDirection.xml" path="//Member[@MemberName='CounterClockwise']/Docs/*" />
CounterClockwise,
/// <include file="../../docs/Microsoft.Maui.Controls/SweepDirection.xml" path="//Member[@MemberName='Clockwise']/Docs/*" />
Clockwise
}
} |