RefreshVisualizerOrientation Enum

Definition

Defines constants that specify the starting position of a RefreshVisualizer's progress spinner.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RefreshVisualizerOrientation (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public enum class RefreshVisualizerOrientation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class RefreshVisualizerOrientation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum RefreshVisualizerOrientation
Public Enum RefreshVisualizerOrientation
Inheritance
RefreshVisualizerOrientation
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Fields

Auto 0

The progress spinner automatically rotates so the arrow starts in the appropriate position for the PullDirection.

Normal 1

The progress spinner default position.

Rotate270DegreesCounterclockwise 3

The progress spinner is rotated 270 degrees counter-clockwise from Normal.

Rotate90DegreesCounterclockwise 2

The progress spinner is rotated 90 degrees counter-clockwise from Normal.

Applies to