TwoPaneViewWideModeConfiguration Enumeration

Definition

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

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

Felder

LeftRight 1

Der Bereich mit Priorität wird auf der linken Seite angezeigt, der andere rechts.

RightLeft 2

Der Bereich mit Priorität wird auf der rechten Seite angezeigt, der andere links.

SinglePane 0

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

Gilt für:

Weitere Informationen