TreeViewItem.GlyphBrush Property

Definition

Gets or sets the Brush used to paint node glyphs on a TreeView.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

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

Property Value

The Brush used to paint node glyphs on a TreeView.

Applies to