TiSwitchLed.CaptionFont
TiSwitchLed See Also
Controls the font attributes of the caption.
property CaptionFont : TFont;
Description
Use CaptionFont to change the font attributes of caption. To change to a new
font, specify a new TFontobject. To modify a font, change the value of the Color, Height, Name, Pitch,
Size, or Style of the TFontobject.
Example
Delphi
iComponent.CaptionFont.Name := 'MS Sans Serif';
C++ Builder
iComponent->CaptionFont->Name = "MS Sans Serif";
Contents | Index | Previous | Next