An enum representing the different choices for a color scheme in a Metro Dialog.
- Namespace
- MahApps
.Metro .Controls .Dialogs - 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["MetroDialogColorScheme"]
class Type type-node
Syntax
public enum MetroDialogColorScheme
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| Accented | Metro |
1 |
static
|
| Inverted | Metro |
2 |
static
|
| Theme | Metro |
0 |
static
|