Share via


TreeViewItem.GlyphBrush 속성

정의

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

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

void GlyphBrush(Brush value);
public Brush GlyphBrush { get; set; }
var brush = treeViewItem.glyphBrush;
treeViewItem.glyphBrush = brush;
Public Property GlyphBrush As Brush

속성 값

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

적용 대상