Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 844 Bytes

splitviewpaneplacement.md

File metadata and controls

29 lines (20 loc) · 844 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.SplitViewPanePlacement
winrt enum

SplitViewPanePlacement

-description

Defines constants that specify whether the pane is to the left or right of the content in a SplitView.

-enum-fields

-field Left:0

The pane is shown to the left of the SplitView content .

-field Right:1

The pane is shown to the right of the SplitView content .

-remarks

These enumeration values are used with the SplitView.PanePlacement property. For more info, see PanePlacement.

-examples

-see-also

SplitView, SplitView.PanePlacement