Class: TmlShadowPanel

TPanel ----+
          |
   TmlShadowPanel

Description:
Panel with automatic showing shadow

Unit:
MediaLib (MediaLib.pas)

Constructors:

constructor Create(AOwner: TComponent); override;

Propertys:

property ShadowWidth: integer read FShadowWidth
Specifies shadow width of control
property ShadowKind: TShadowKind read FShadowKind
Specifies shadow kind of control. See TShadowKind type.

Methods:

destructor Destroy; override;
procedure Paint; override;

constructor Create(AOwner: TComponent); override;


property ShadowWidth: integer read FShadowWidth

Specifies shadow width of control


property ShadowKind: TShadowKind read FShadowKind

Specifies shadow kind of control. See TShadowKind type.


destructor Destroy; override;


procedure Paint; override;