SplitViewTemplateSettings.OpenPaneGridLength Property

Definition

Gets the OpenPaneLength value as a GridLength.

public:
 property GridLength OpenPaneGridLength { GridLength get(); };
GridLength OpenPaneGridLength();
public GridLength OpenPaneGridLength { get; }
var gridLength = splitViewTemplateSettings.openPaneGridLength;
Public ReadOnly Property OpenPaneGridLength As GridLength

Property Value

The OpenPaneLength value as a GridLength.

Applies to