|
|
|
|
Font Property, SftTree Class |
Defines the default font used for text displayed by the control.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Overridable Property Font As Font |
C# |
public virtual Font Font { get; set; } |
C++ |
public: property virtual Font^ Font { |
Property Value
The default font.
Comments
The Font property defines the default font used for text displayed by the control.
The defined font is used for all cells in the control. Headers, footers and row headers can override the default font using the Headers.Font, Footers.Font and RowHeaders.Font properties.
The Font property is an ambient property, inheriting its default value from the control's parent form.