SplitView.OpenPaneLength Property

Definition

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

public:
 property double OpenPaneLength { double get(); void set(double value); };
double OpenPaneLength();

void OpenPaneLength(double value);
public double OpenPaneLength { get; set; }
var double = splitView.openPaneLength;
splitView.openPaneLength = double;
Public Property OpenPaneLength As Double
<SplitView OpenPaneLength="double" .../>
    

Property Value

Double

double

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

Applies to