TiLedMatrix.IndicatorCaptionInactiveFont
TiLedMatrix
Specifies the font attributes for all indicator captions when inactive.
property IndicatorCaptionInactiveFont : TFont;
Description
Use IndicatorCaptionInactiveFont to specify the font attributes of captions
when inactive. 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.
Example
Delphi
iComponent.IndicatorCaptionInactiveFont.Name := 'MS Sans Serif';
C++ Builder
iComponent->IndicatorCaptionInactiveFont->Name = "MS Sans Serif";
Contents | Index | Previous | Next