TwoPaneView.TallModeConfiguration Propriedade

Definição

Obtém ou define um valor que indica como os painéis são mostrados em modo alto.

Esta documentação se aplica ao WinUI 2 para UWP (para WinUI no SDK do Aplicativo Windows, consulte os namespaces SDK do Aplicativo Windows).

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

void TallModeConfiguration(TwoPaneViewTallModeConfiguration value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")]
TwoPaneViewTallModeConfiguration TallModeConfiguration();

void TallModeConfiguration(TwoPaneViewTallModeConfiguration value);
public TwoPaneViewTallModeConfiguration TallModeConfiguration { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")]
public TwoPaneViewTallModeConfiguration TallModeConfiguration { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")] set; }
Public Property TallModeConfiguration As TwoPaneViewTallModeConfiguration

Valor da propriedade

Um valor de enumeração que indica como os painéis são mostrados no modo alto.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Aplica-se a