TwoPaneView.WideModeConfiguration 속성

정의

와이드 모드에서 창이 표시되는 방법을 나타내는 값을 가져오거나 설정합니다.

이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 Windows 앱 SDK 네임스페이스 참조).

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; }
Public Property WideModeConfiguration As TwoPaneViewWideModeConfiguration

속성 값

창이 와이드 모드로 표시되는 방식을 나타내는 열거형 값입니다.

특성
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

적용 대상