UIColorType Enumerazione

Definizione

Definisce le costanti che specificano valori di colore di sistema noti.

public enum class UIColorType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class UIColorType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum UIColorType
var value = Windows.UI.ViewManagement.UIColorType.background
Public Enum UIColorType
Ereditarietà
UIColorType
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Campi

Accent 5

Colore accentato.

AccentDark1 4

Colore accento scuro.

AccentDark2 3

Colore accento più scuro.

AccentDark3 2

Colore accento più scuro.

AccentLight1 6

Colore accento chiaro.

AccentLight2 7

Colore accento chiaro.

AccentLight3 8

Colore accento più chiaro.

Background 0

Colore dello sfondo.

Complement 9

Non supportato. Non usare.

Foreground 1

Colore di primo piano.

Commenti

Vedere UISettings.GetColorValue.

Si applica a

Vedi anche