次の方法で共有


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

プロパティ値

GridLength としての OpenPaneLength 値。

適用対象