TreeViewItem.GlyphBrush プロパティ

定義

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

このドキュメントは、WinUI 2 for UWP に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

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

プロパティ値

TreeView でノード グリフを描画するために使用されるブラシ。

適用対象