|
|
|
|
Font Property, RowHeadersClass Class |
Defines the default font for all row headers.
Syntax RowHeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property Font As Font |
C# |
public Font Font { get; set; } |
C++ |
public: property Font^ Font { |
Property Value
The default font or null/Nothing to use the control's Font property instead.
Comments
The Font property defines the default font for all row headers.
Individual parts added to cells can override the defined font using the TextPartClass.Font property.