Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 593 Bytes

splitview_openpanelength.md

File metadata and controls

32 lines (19 loc) · 593 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.SplitView.OpenPaneLength
winrt property

Windows.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