SplitViewTemplateSettings.OpenPaneGridLength 属性

定义

获取 OpenPaneLength 值作为 GridLength

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

属性值

OpenPaneLength 值作为 GridLength

适用于