UIColorType Enumeration

Definition

Definiert Konstanten, die bekannte Systemfarbwerte angeben.

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
Vererbung
UIColorType
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Accent 5

Die Akzentfarbe.

AccentDark1 4

Die dunkle Akzentfarbe.

AccentDark2 3

Die dunklere Akzentfarbe.

AccentDark3 2

Die dunkelste Akzentfarbe.

AccentLight1 6

Die helle Akzentfarbe.

AccentLight2 7

Die hellere Akzentfarbe.

AccentLight3 8

Die hellste Akzentfarbe.

Background 0

Die Hintergrundfarbe.

Complement 9

Wird nicht unterstützt. Darf nicht verwendet werden.

Foreground 1

Die Vordergrundfarbe.

Hinweise

Siehe UISettings.GetColorValue.

Gilt für:

Weitere Informationen