FlyoutTheme Enum
Namespace
MahApps.Metro.Controls
Interfaces
  • IComparable
  • ISpanFormattable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["ISpanFormattable"] Type-.->Interface2["IFormattable"] Type-.->Interface3["IConvertible"] Type["FlyoutTheme"] class Type type-node

Syntax

public enum FlyoutTheme

Fields

Name Field Type Constant Value Summary
Accent FlyoutTheme 4
The Flyout theme will match the host window's accent color.
static
Adapt FlyoutTheme 0
Adapts the Flyout theme to the theme of the host window or application.
static
Dark FlyoutTheme 2
Use the dark theme for the Flyout. This is the default theme.
static
Inverse FlyoutTheme 1
Adapts the Flyout theme to the theme of the host window or application, but inverted.
static
Light FlyoutTheme 3
Use the light theme for the Flyout.
static