TreeViewItem.CollapsedGlyph Property

Definition

Gets or sets the glyph to show for a collapsed tree node.

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

Property Value

String

Platform::String

winrt::hstring

The glyph to show for a collapsed tree node.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Applies to