TreeViewItem.CollapsedGlyph 属性

定义

获取或设置折叠树节点要显示的字形。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

public:
 property Platform::String ^ CollapsedGlyph { Platform::String ^ get(); void set(Platform::String ^ value); };
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 { get; 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; }
Public Property CollapsedGlyph As String

属性值

String

Platform::String

winrt::hstring

要为折叠的树节点显示的字形。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

适用于