SplitViewDisplayMode Enum

Summary

Constants that specify how the pane is shown in a SplitView.
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["SplitViewDisplayMode"] class Type type-node

Syntax

public enum SplitViewDisplayMode

Fields

Name Constant Value Summary
CompactInline 3
The amount of the pane defined by the CompactPaneLength property is shown side-by-side with the content and takes up space in the control layout. The remaining part of the pane pushes the content to the side when it's open and takes up space in the control layout.
static
CompactOverlay 2
The amount of the pane defined by the CompactPaneLength property is shown side-by-side with the content and takes up space in the control layout. The remaining part of the pane covers the content when it's open and does not take up space in the control layout.
static
Inline 1
The pane is shown side-by-side with the content and takes up space in the control layout.
static
Overlay 0
The pane covers the content when it's open and does not take up space in the control layout.
static