Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

Font Property, RowHeadersClass Class

Defines the default font for all row headers.

Class: RowHeadersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public Font Font { get; set; }
Public Property Font As Font

Value

The default font or null/Nothing to use the control's SftTree.Font property instead.

Comments

Defines the default font for all row headers.

Individual parts added to cells can override the defined font using properties like TextPartClass.Font or ButtonPartClass.Font.

See Also RowHeadersClass Class | Classes | SftTree/NET 2.0