Share via


TreeViewItem.CollapsedGlyph プロパティ

定義

折りたたまれたツリー ノードに表示するグリフを取得または設定します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.TreeViewItem.CollapsedGlyph (Windows App SDKの WinUI の場合は、Windows App 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

折りたたまれたツリー ノードに表示するグリフ。

適用対象