TwoPaneView.WideModeConfiguration プロパティ

定義

ウィンドウをワイド モードで表示する方法を示す値を取得または設定します。

public:
 property TwoPaneViewWideModeConfiguration WideModeConfiguration { TwoPaneViewWideModeConfiguration get(); void set(TwoPaneViewWideModeConfiguration value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewWideModeConfiguration::LeftRight")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewWideModeConfiguration::LeftRight")]
TwoPaneViewWideModeConfiguration WideModeConfiguration();

void WideModeConfiguration(TwoPaneViewWideModeConfiguration value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewWideModeConfiguration::LeftRight")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewWideModeConfiguration::LeftRight")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewWideModeConfiguration::LeftRight")]
TwoPaneViewWideModeConfiguration WideModeConfiguration();

void WideModeConfiguration(TwoPaneViewWideModeConfiguration value);
public TwoPaneViewWideModeConfiguration WideModeConfiguration { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewWideModeConfiguration::LeftRight")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewWideModeConfiguration::LeftRight")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewWideModeConfiguration::LeftRight")]
public TwoPaneViewWideModeConfiguration WideModeConfiguration { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewWideModeConfiguration::LeftRight")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewWideModeConfiguration::LeftRight")] set; }
var twoPaneViewWideModeConfiguration = twoPaneView.wideModeConfiguration;
twoPaneView.wideModeConfiguration = twoPaneViewWideModeConfiguration;
Public Property WideModeConfiguration As TwoPaneViewWideModeConfiguration

プロパティ値

ウィンドウ枠をワイド モードで表示する方法を示す列挙値。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

適用対象