Share via


TreeViewItem.ExpandedGlyph プロパティ

定義

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

このドキュメントは、UWP 用 WinUI 2 に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

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

void ExpandedGlyph(winrt::hstring value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE70D")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE70D")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE70D")]
winrt::hstring ExpandedGlyph();

void ExpandedGlyph(winrt::hstring value);
public string ExpandedGlyph { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE70D")]
public string ExpandedGlyph { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE70D")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE70D")] set; }
Public Property ExpandedGlyph As String

プロパティ値

String

Platform::String

winrt::hstring

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

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

適用対象