TwoPaneViewTallModeConfiguration Enumeration

Definition

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

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.TwoPaneViewTallModeConfiguration (informationen zu WinUI in der Windows App SDK finden Sie im Windows App SDK Namespaces).

public enum class TwoPaneViewTallModeConfiguration
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class TwoPaneViewTallModeConfiguration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum TwoPaneViewTallModeConfiguration
Public Enum TwoPaneViewTallModeConfiguration
Vererbung
TwoPaneViewTallModeConfiguration
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1903 (eingeführt in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v8.0)

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