Partager via


TreeViewItem.CollapsedGlyph Propriété

Définition

Obtient ou définit le glyphe à afficher pour un nœud d’arborescence réduit.

API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.TreeViewItem.CollapsedGlyph (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).

public:
 property Platform::String ^ CollapsedGlyph { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CollapsedGlyph();

void CollapsedGlyph(winrt::hstring value);
public string CollapsedGlyph { get; set; }
var string = treeViewItem.collapsedGlyph;
treeViewItem.collapsedGlyph = string;
Public Property CollapsedGlyph As String

Valeur de propriété

String

Platform::String

winrt::hstring

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

S’applique à