SplitView.OpenPaneLength 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 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).