For specifying where the navigation index is placed relative to the
FlipViewItem.
- 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["NavigationIndexPlacement"]
class Type type-node
Syntax
public enum NavigationIndexPlacement
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| Bottom | Navigation |
3 |
Index on bottom side
static
|
| BottomOverItem | Navigation |
7 |
Index on bottom side over the item
static
|
| Left | Navigation |
0 |
Index on left side
static
|
| LeftOverItem | Navigation |
4 |
Index on left side over the item
static
|
| Right | Navigation |
1 |
Index on right side
static
|
| RightOverItem | Navigation |
5 |
Index on right side over the item
static
|
| Top | Navigation |
2 |
Index on top side
static
|
| TopOverItem | Navigation |
6 |
Index on top side over the item
static
|