Draw Tree Node Extended Event ArgsFont Property
This is used to set or get the font used to draw the node 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 Font Font { get; set; }VB
Public Property Font As Font
Get
SetC++
public:
property Font^ Font {
Font^ get ();
void set (Font^ value);
}F#
member Font : Font with get, set