TiLedMatrix.IndicatorBevelStyle
TiLedMatrix
Determines the bevel style of all indicators.
type TiBevelStyle = (ibsNone, ibsRaised, ibsLowered);
property IndicatorBevelStyle : TiBevelStyle;
Description
Use BevelStyle to specify the three-dimensional beveled look of all
indicators.
These are the possible values:
Value
Meaning
ibsNone
No border.
ibsRaised
The outer border is raised.
ibsLowered
The outer border is lowered.
Example
Delphi
iComponent.IndicatorBevelStyle := ibsLowered;
C++ Builder
iComponent->IndicatorBevelStyle = ibsLowered;
Contents | Index | Previous | Next