TiLedRectangle.CenterLabelFont
TiLedRectangle See Also
Controls the font attributes of the label text centered in the control.
property CenterLabelFont : TFont;
Description
Use CenterLabelFont to change the font attributes of the label text centered
in the control. To change to a new font, specify a new TFont object. To modify a
font, change the value of the Color, Height, Name, Pitch, Size, or Style of
the TFont object. The Color property of the TFont has no effect, see CenterLabelFontActiveColor and CenterLabelFontInactiveColor.
Example
Delphi
iComponent.CenterLabelFont.Name := 'MS Sans Serif';
C++ Builder
iComponent->CenterLabelFont->Name = "MS Sans Serif";
Contents | Index | Previous | Next