TreeViewItem.ExpandedGlyph 属性

定义

获取或设置要为展开的树节点显示的字形。

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

public:
 property Platform::String ^ ExpandedGlyph { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ExpandedGlyph();

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

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

属性值

String

Platform::String

winrt::hstring

要为展开的树节点显示的字形。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

适用于