TiLabel.ShadowYOffset
TiLabel See Also
Specifies the Y-Offset between the caption and the shadow draw within the
control.
property ShadowYOffset : Integer;
Description
Use ShadowYOffset to shift the shadow effect with respect to the caption drawn
within the control. Positive values to move down and negative values to move
up.
Example
Delphi
iComponent.ShadowYOffset:= 10;
C++ Builder
iComponent->ShadowYOffset = 10;
Contents | Index | Previous | Next