SplitViewTemplateSettings.CompactPaneGridLength Property

Definition

Gets the CompactPaneLength value as a GridLength.

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

Property Value

The CompactPaneLength value as a GridLength.

Applies to