RefreshVisualizerOrientation Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Name | Value | Description |
---|---|---|
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. |
Rotate90DegreesCounterclockwise | 2 | The progress spinner is rotated 90 degrees counter-clockwise from Normal. |
Rotate270DegreesCounterclockwise | 3 | The progress spinner is rotated 270 degrees counter-clockwise from Normal. |
Product | Versions |
---|---|
WinRT | Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |