UIColorType 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.
Defines constants that specify known system color values.
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
- Inheritance
-
UIColorType
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Background | 0 | The background color. |
Foreground | 1 | The foreground color. |
AccentDark3 | 2 | The darkest accent color. |
AccentDark2 | 3 | The darker accent color. |
AccentDark1 | 4 | The dark accent color. |
Accent | 5 | The accent color. |
AccentLight1 | 6 | The light accent color. |
AccentLight2 | 7 | The lighter accent color. |
AccentLight3 | 8 | The lightest accent color. |
Complement | 9 | Not supported. Do not use. |