TreeViewItem.ExpandedGlyph プロパティ

定義

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

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

展開されたツリー ノードに対して表示するグリフ。

適用対象