RadialControllerMenuKnownIcon 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 system icons available for a custom RadialController tool on the RadialControllerMenu.
public enum class RadialControllerMenuKnownIcon
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class RadialControllerMenuKnownIcon
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum RadialControllerMenuKnownIcon
var value = Windows.UI.Input.RadialControllerMenuKnownIcon.scroll
Public Enum RadialControllerMenuKnownIcon
- Inheritance
-
RadialControllerMenuKnownIcon
- 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 | Icon for the Scroll command. |
Zoom | 1 | Icon for the Zoom command. |
UndoRedo | 2 | Icon for the Undo/Redo commands. |
Volume | 3 | Icon for the Volume command. |
NextPreviousTrack | 4 | Icon for the Next/Previous track media commands. |
Ruler | 5 | Icon for the InkToolbar RulerButton. |
InkColor | 6 | Icon for the InkToolbar color palette. |
InkThickness | 7 | Icon for the InkToolbar stroke size setting. |
PenType | 8 | Icon for the InkToolbar PenButton. |