다음을 통해 공유


TreeViewItem.CollapsedGlyph 속성

정의

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

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

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

적용 대상