Share via


TwoPaneViewTallModeConfiguration Enumeration

Definition

Definiert Konstanten, die angeben, wie Bereiche in einem TwoPaneView-Layout im Hochformatmodus angezeigt werden.

public enum class TwoPaneViewTallModeConfiguration
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=8)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class TwoPaneViewTallModeConfiguration
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class TwoPaneViewTallModeConfiguration
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=8)]
[Windows.Foundation.Metadata.Version(1)]
public enum TwoPaneViewTallModeConfiguration
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum TwoPaneViewTallModeConfiguration
Public Enum TwoPaneViewTallModeConfiguration
Vererbung
TwoPaneViewTallModeConfiguration
Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

Felder

BottomTop 2

Der Bereich mit Priorität wird unten angezeigt, der andere oben.

SinglePane 0

Nur der Bereich mit Priorität wird angezeigt, der andere ist ausgeblendet.

TopBottom 1

Der Bereich mit Priorität wird oben angezeigt, der andere unten.

Gilt für:

Weitere Informationen