TreeViewItem.ExpandedGlyph 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.
Obtient ou définit le glyphe à afficher pour un nœud d’arborescence développé.
API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.TreeViewItem.ExpandedGlyph (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).
public:
property Platform::String ^ ExpandedGlyph { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ExpandedGlyph();
void ExpandedGlyph(winrt::hstring value);
public string ExpandedGlyph { get; set; }
var string = treeViewItem.expandedGlyph;
treeViewItem.expandedGlyph = string;
Public Property ExpandedGlyph As String
Valeur de propriété
Glyphe à afficher pour un nœud d’arborescence développé.