NavigationIndexPlacement Enum
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 NavigationIndexPlacement 3
Index on bottom side
static
BottomOverItem NavigationIndexPlacement 7
Index on bottom side over the item
static
Left NavigationIndexPlacement 0
Index on left side
static
LeftOverItem NavigationIndexPlacement 4
Index on left side over the item
static
Right NavigationIndexPlacement 1
Index on right side
static
RightOverItem NavigationIndexPlacement 5
Index on right side over the item
static
Top NavigationIndexPlacement 2
Index on top side
static
TopOverItem NavigationIndexPlacement 6
Index on top side over the item
static