- Namespace
- MahApps
.Metro .Controls - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["FlyoutTheme"]
class Type type-node
Syntax
public enum FlyoutTheme
Fields
Name | Constant Value | Summary |
---|---|---|
Accent | 4 |
The flyouts theme will match the host window's accent color.
static
|
Adapt | 0 |
Adapts the Flyout's theme to the theme of its host window.
static
|
Dark | 2 |
The dark theme. This is the default theme.
static
|
Inverse | 1 |
Adapts the Flyout's theme to the theme of its host window, but inverted.
This theme can only be applied if the host window's theme abides the "Dark" and "Light" affix convention.
(see
ThemeManager.GetInverseTheme for more infos.
static
|
Light | 3 |
static
|