Vcl.StdCtrls.TCustomLabel.GlowSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GlowSize: Integer read FGlowSize write SetGlowSize default 0;

C++

__property int GlowSize = {read=FGlowSize, write=SetGlowSize, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomLabel

Description

Specifies the radius of the glow around the label.

Set the value of GlowSize to specify the radius of the glow around the label.

Note: This is available only for Windows Vista or later, with the Aero theme enabled.

See Also

Code Examples