TreeViewItem.GlyphBrush Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Brush used to paint node glyphs on a TreeView.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewItem.GlyphBrush (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; }
var brush = treeViewItem.glyphBrush;
treeViewItem.glyphBrush = brush;
Public Property GlyphBrush As Brush
Property Value
The Brush used to paint node glyphs on a TreeView.