|
Sub-properties |
|
| acLabel and acURLLabel components.
|
| type
|
| TacLabelEffectDirection = (edUp, edDown, edLeft, edRight,
|
| edUpLeft, edUpRight,
|
| edDownLeft, edDownRight);
|
| TacLabelEffect = class
|
| published
|
| property Enabled: Boolean;
|
| property Color: TColor;
|
| property ColorHover: TColor;
|
| property ColorClick: TColor;
|
| property Depth: Byte;
|
| property Direction: TacLabelEffectDirection;
|
| end;
|
|
|
| property Highlight: TacLabelEffect;
|
| Shadow structure.
|