SplitViewTemplateSettings.CompactPaneGridLength 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.
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.