RadialControllerSystemMenuItemKind Enum
Definition
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.
Specifies the set of built-in RadialController tools available on the RadialControllerMenu.
public enum class RadialControllerSystemMenuItemKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class RadialControllerSystemMenuItemKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum RadialControllerSystemMenuItemKind
var value = Windows.UI.Input.RadialControllerSystemMenuItemKind.scroll
Public Enum RadialControllerSystemMenuItemKind
- Inheritance
-
RadialControllerSystemMenuItemKind
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
Fields
Name | Value | Description |
---|---|---|
Scroll | 0 | Scroll command. |
Zoom | 1 | Zoom command. |
UndoRedo | 2 | Undo and Redo commands. |
Volume | 3 | System volume command. |
NextPreviousTrack | 4 | Next and Previous track selection media commands. |