Share via


TreeViewItem.GlyphBrush 속성

정의

TreeView에서 노드 문자 모양을 그리는 데 사용되는 Brush를 가져오거나 설정합니다.

이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 Windows 앱 SDK 네임스페이스 참조).

public:
 property Brush ^ GlyphBrush { Brush ^ get(); void set(Brush ^ value); };
Brush GlyphBrush();

void GlyphBrush(Brush value);
public Brush GlyphBrush { get; set; }
Public Property GlyphBrush As Brush

속성 값

TreeView에서 노드 문자 모양을 그리는 데 사용되는 브러시입니다.

적용 대상