Defines the default font for column headers.
Class: HeadersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public Font Font { get; set; }
Public Property Font As Font
The default font or null/Nothing to use the control's SftTree.Font property instead.
Defines the default font for column headers.
Individual parts added to cells in column headers can override the defined font using properties like TextPartClass.Font or ButtonPartClass.Font.
See Also HeadersClass Class | Classes | SftTree/NET 2.0