Compartilhar via


TreeViewItem.CollapsedGlyph Propriedade

Definição

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

public:
 property Platform::String ^ CollapsedGlyph { Platform::String ^ get(); void set(Platform::String ^ value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE76C")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE76C")]
winrt::hstring CollapsedGlyph();

void CollapsedGlyph(winrt::hstring value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE76C")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE76C")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE76C")]
winrt::hstring CollapsedGlyph();

void CollapsedGlyph(winrt::hstring value);
public string CollapsedGlyph { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE76C")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE76C")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE76C")]
public string CollapsedGlyph { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE76C")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE76C")] set; }
var string = treeViewItem.collapsedGlyph;
treeViewItem.collapsedGlyph = string;
Public Property CollapsedGlyph As String

Valor da propriedade

String

Platform::String

winrt::hstring

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

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Aplica-se a