Partager via


TreeViewItem.ExpandedGlyph Propriété

Définition

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é

String

Platform::String

winrt::hstring

Glyphe à afficher pour un nœud d’arborescence développé.

S’applique à