TwoPaneViewTallModeConfiguration Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert Konstanten, die angeben, wie Bereiche in einem TwoPaneView-Modus im Hohen Modus 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
| Name | Wert | Beschreibung |
|---|---|---|
| SinglePane | 0 | Nur der Bereich mit Priorität wird angezeigt, der andere Bereich ist ausgeblendet. |
| TopBottom | 1 | Der Bereich mit Priorität wird oben angezeigt, der andere Bereich wird unten angezeigt. |
| BottomTop | 2 | Der Bereich mit Priorität wird unten angezeigt, der andere Bereich wird oben angezeigt. |