共用方式為


TreeViewItem.ExpandedGlyph 屬性

定義

取得或設定要顯示展開樹狀節點的字元。

適用于 UWP 的對等 WinUI 2 APIMicrosoft.UI.Xaml.Controls.TreeViewItem.ExpandGlyph (Windows 應用程式 SDK,請參閱Windows 應用程式 SDK命名空間) 。

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

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

屬性值

String

Platform::String

winrt::hstring

要針對展開樹狀節點顯示的字元。

適用於