Enum
SweepDirection

Specifies the direction of sweep operations for circular or arc-based controls. This enumeration defines whether sweeping operations proceed in a clockwise or counter-clockwise direction.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public enum SweepDirection

Fields

Clockwise

The sweep operation proceeds in a clockwise direction.

Declaration

cs-api-definition
Clockwise = 0

Field Value

SweepDirection

CounterClockwise

The sweep operation proceeds in a counter-clockwise direction.

Declaration

cs-api-definition
CounterClockwise = 1

Field Value

SweepDirection

In this article
DefinitionFieldsClockwiseCounterClockwise
Not finding the help you need?
Contact Support