RadialControllerMenuKnownIcon Enum

Definition

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

InkColor 6

Icon for the InkToolbar color palette.

InkThickness 7

Icon for the InkToolbar stroke size setting.

NextPreviousTrack 4

Icon for the Next/Previous track media commands.

PenType 8

Icon for the InkToolbar PenButton.

Ruler 5

Icon for the InkToolbar RulerButton.

Scroll 0

Icon for the Scroll command.

UndoRedo 2

Icon for the Undo/Redo commands.

Volume 3

Icon for the Volume command.

Zoom 1

Icon for the Zoom command.

Applies to

See also