GaugeCapStyles Enum

Definition

Specifies the type of a PointerCap.

public enum class GaugeCapStyles
public enum GaugeCapStyles
type GaugeCapStyles = 
Public Enum GaugeCapStyles
Inheritance
GaugeCapStyles

Fields

FlattenedWithIndentation 5

Specifies that the PointerCap is round but flat with a regular-sized indentation in the middle.

FlattenedWithWideIndentation 6

Specifies that the PointerCap is round but flat with a wide indentation in the middle.

Rounded 1

Specifies that the PointerCap is rounded.

RoundedDark 0

Specifies that the PointerCap is rounded with a darker shade.

RoundedGlossyWithIndentation 7

Specifies that the PointerCap is rounded and glossy with a regular-sized indentation in the middle.

RoundedLight 2

Specifies that the PointerCap is rounded with a lighter shade.

RoundedWithAdditionalTop 3

Specifies that the PointerCap is rounded with an additional rounded top.

RoundedWithIndentation 8

Specifies that the PointerCap is rounded with a regular-sized indentation in the middle.

RoundedWithWideIndentation 4

Specifies that the PointerCap is rounded with a wide indentation in the middle.

Applies to