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