Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 595 Bytes

splitview_openpanelength.md

File metadata and controls

30 lines (19 loc) · 595 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.SplitView.OpenPaneLength
winrt property

Microsoft.UI.Xaml.Controls.SplitView.OpenPaneLength

-description

Gets or sets the width of the SplitView pane when it's fully expanded.

-xaml-syntax

      <SplitView OpenPaneLength="double" .../>
    

-property-value

The width of the SplitView pane when it's fully expanded. The default is 320 device-independent pixel (DIP).

-remarks

-examples

-see-also