TwoPaneView.WideModeConfiguration Propiedad

Definición

Obtiene o establece un valor que indica cómo se muestran los paneles en modo ancho.

Esta documentación se aplica a WinUI 2 para UWP (para WinUI en el SDK de Aplicaciones para Windows, consulta los espacios de nombres SDK de Aplicaciones para Windows).

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

Valor de propiedad

Valor de enumeración que indica cómo se muestran los paneles en modo ancho.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Se aplica a