label Highlight structure
Sub-properties
Return to Introduction  Previous page  Next page
Applies to
acLabel and acURLLabel components.  

Declaration
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;  

Description

See also
Shadow structure.