共用方式為


TreeViewItem.CollapsedGlyph 屬性

定義

取得或設定要針對折迭樹狀節點顯示的字元。

適用于 UWP 的對等 WinUI 2 APIMicrosoft.UI.Xaml.Controls.TreeViewItem.CollapsedGlyph (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

要針對折迭樹狀節點顯示的字元。

適用於