Compartilhar via


TreeViewItem.ExpandedGlyph Propriedade

Definição

Obtém ou define o glifo a ser mostrado para um nó de árvore expandido.

API equivalente do WinUI 2 para UWP: Microsoft.UI.Xaml.Controls.TreeViewItem.ExpandedGlyph (para WinUI no SDK do Aplicativo Windows, consulte os namespaces SDK do Aplicativo 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 da propriedade

String

Platform::String

winrt::hstring

O glifo a ser mostrado para um nó de árvore expandido.

Aplica-se a