TwoPaneViewTallModeConfiguration Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit les constantes qui spécifient comment les volets sont affichés en mode TwoPaneView vertical.
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
- Héritage
-
TwoPaneViewTallModeConfiguration
- Attributs
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute
Champs
BottomTop | 2 | Le volet prioritaire est affiché en bas et l’autre volet en haut. |
SinglePane | 0 | Seul le volet prioritaire est affiché, l’autre volet est masqué. |
TopBottom | 1 | Le volet prioritaire est affiché en haut et l’autre volet en bas. |