Summary
Defines constants for how the SplitView Pane should display
- Namespace
- Avalonia
.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["SplitViewDisplayMode"]
class Type type-node
Syntax
public enum SplitViewDisplayMode
Fields
Name | Constant Value | Summary |
---|---|---|
CompactInline | 1 |
Pane is displayed next to content. When collapsed, pane is still
visible according to CompactPaneLength. Pane does not auto collapse
when tapped outside
static
|
CompactOverlay | 3 |
Pane is displayed above content. When collapsed, pane is still
visible according to CompactPaneLength. Pane collapses when tapped outside
static
|
Inline | 0 |
Pane is displayed next to content, and does not auto collapse
when tapped outside
static
|
Overlay | 2 |
Pane is displayed above content. Pane collapses when tapped outside
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|