Semantics.HeadingLevel Propriété
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.
WinUI : définit le niveau de titre de l’élément Other : prend en charge un seul niveau de titre. Par conséquent, la définition de ce niveau sur n’importe quel niveau l’active en tant que titre.
public:
property Microsoft::Maui::SemanticHeadingLevel HeadingLevel { Microsoft::Maui::SemanticHeadingLevel get(); void set(Microsoft::Maui::SemanticHeadingLevel value); };
public Microsoft.Maui.SemanticHeadingLevel HeadingLevel { get; set; }
member this.HeadingLevel : Microsoft.Maui.SemanticHeadingLevel with get, set
Public Property HeadingLevel As SemanticHeadingLevel