Draw Tree Node Extended Event ArgsBackground Brush Property
This is used to set or get the brush used to draw the node's background
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Brush BackgroundBrush { get; set; }VB
Public Property BackgroundBrush As Brush
Get
SetC++
public:
property Brush^ BackgroundBrush {
Brush^ get ();
void set (Brush^ value);
}F#
member BackgroundBrush : Brush with get, set