Compartir a través de


TreeViewItem.ExpandedGlyph Propiedad

Definición

Obtiene o establece el glifo que se va a mostrar para un nodo de árbol expandido.

API de WinUI 2 equivalente para UWP: Microsoft.UI.Xaml.Controls.TreeViewItem.ExpandedGlyph (para WinUI en el SDK de Aplicaciones para Windows, consulta los espacios de nombres SDK de Aplicaciones para 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

Valor de propiedad

String

Platform::String

winrt::hstring

Glifo que se va a mostrar para un nodo de árbol expandido.

Se aplica a