SplitViewPanePlacement Enum

Summary

Constants that specify whether the pane is set to the left or to the right of the content 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["SplitViewPanePlacement"] class Type type-node

Syntax

public enum SplitViewPanePlacement

Fields

Name Constant Value Summary
Left 0
The pane is shown to the left of the SplitView content.
static
Right 1
The pane is shown to the right of the SplitView content.
static