SplitView.PanePlacement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property SplitViewPanePlacement PanePlacement { SplitViewPanePlacement get(); void set(SplitViewPanePlacement value); };
SplitViewPanePlacement PanePlacement();
void PanePlacement(SplitViewPanePlacement value);
public SplitViewPanePlacement PanePlacement { get; set; }
var splitViewPanePlacement = splitView.panePlacement;
splitView.panePlacement = splitViewPanePlacement;
Public Property PanePlacement As SplitViewPanePlacement
<SplitView PanePlacement="splitViewPanePlacementMemberName" />
Property Value
A value of the enumeration that specifies whether the pane is shown on the right or left side of the SplitView. The default is Left.