- 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["OverlayBehavior"]
class Type type-node
Syntax
[Flags]
public enum OverlayBehavior
Attributes
Type | Description |
---|---|
FlagsAttribute |
Fields
Name | Constant Value | Summary |
---|---|---|
Always | 3 |
static
|
Flyouts | 1 |
Overlays opened
Flyout controls.
static
|
HiddenTitleBar | 2 |
Overlays a hidden TitleBar.
static
|
Never | 0 |
Doesn't overlay Flyouts nor a hidden TitleBar.
static
|