다음을 통해 공유


TreeViewItem.ExpandedGlyph 속성

정의

확장된 트리 노드에 대해 표시할 문자 모양을 가져오거나 설정합니다.

UWP에 해당하는 WinUI 2 API: Microsoft.UI.Xaml.Controls.TreeViewItem.ExpandedGlyph(Windows 앱 SDK WinUI의 경우 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

확장된 트리 노드에 대해 표시할 문자 모양입니다.

적용 대상