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