| Einhugur WinUI Bridge Plugin for Xojo |
|
EinhugurWinUIBridge.UIColors Enum
Enum to be used with the GetColor function in the EinhugurWinUIBridge module.
enum EinhugurWinUIBridge.UIColors
Constants
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. |