TreeViewItem.GlyphBrush プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 でノード グリフを描画するために使用されるブラシ。