FlyoutTheme Enum

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 Flyout theme will match the host window's accent color.
static
Adapt 0
Adapts the Flyout theme to the theme of the host window or application.
static
Dark 2
Use the dark theme for the Flyout. This is the default theme.
static
Inverse 1
Adapts the Flyout theme to the theme of the host window or application, but inverted.
static
Light 3
Use the light theme for the Flyout.
static