DrawTreeNodeExtendedEventArgsBackgroundBrush Property
This is used to set or get the brush used to draw the node's background
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Brush BackgroundBrush { get; set; }
Public Property BackgroundBrush As Brush
Get
Set
public:
property Brush^ BackgroundBrush {
Brush^ get ();
void set (Brush^ value);
}
member BackgroundBrush : Brush with get, set
Property Value
Brush