Share via


TreeViewItem.GlyphBrush プロパティ

定義

TreeView でノード グリフを描画するために使用するブラシを取得または設定します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.TreeViewItem.GlyphBrush (Windows App SDKの WinUI の場合は、Windows App SDK名前空間を参照してください)。

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 でノード グリフを描画するために使用されるブラシ。

適用対象