TreeViewItem.CollapsedGlyph 属性

定义

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

适用于 UWP 的等效 WinUI 2 APIMicrosoft.UI.Xaml.Controls.TreeViewItem.CollapsedGlyph (in the Windows 应用 SDK,请参阅Windows 应用 SDK命名空间) 。

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

void CollapsedGlyph(winrt::hstring value);
public string CollapsedGlyph { get; set; }
var string = treeViewItem.collapsedGlyph;
treeViewItem.collapsedGlyph = string;
Public Property CollapsedGlyph As String

属性值

String

Platform::String

winrt::hstring

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

适用于