function NewLabelEffect( AParent: PControl; const Caption: KOLString; ShadowDeep: Integer ): PControl;
Creates 3D-label with capability to rotate its text Caption, which is controlled by changing Font.FontOrientation property. If You want to get flat effect label (e.g. to rotate it only), pass ShadowDeep= 0. Please note, that drawing procedure uses Canvas property, so using of LabelEffect leads to increase size of executable. See also:
property Caption: KOLString; |
|
---|---|
property ShadowDeep: Integer; |