Draw Tree Node Extended Event ArgsText Foreground Brush Property
This is used to set or get the brush used to draw the node's foreground text
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 TextForegroundBrush { get; set; }VB
Public Property TextForegroundBrush As Brush
Get
SetC++
public:
property Brush^ TextForegroundBrush {
Brush^ get ();
void set (Brush^ value);
}F#
member TextForegroundBrush : Brush with get, set