Class TTextZone
Unit
Declaration
type TTextZone = class(TAnimationZone)
Description
: Class of a Text animation zone.
See also
Hierarchy
- TCollectionItem
- THMIBasicColletionItem
- TZone
- TAnimationZone
- TTextZone
Overview
Methods
destructor Destroy; override; |
|
procedure AssignTo(Dest: TPersistent); override; |
Properties
property HorizontalAlignment: TAlignment read FHorAlignment write SetHorAlignment default taLeftJustify; |
|
property VerticalAlignment: TTextLayout read FVerAlignment write SetVerAlignment default tlTop; |
|
property Text: TCaption read FText write SetText; |
|
property Color: TColor read FColor write SetColor; |
|
property Transparent: Boolean read FTransparent write SetTransparent; |
|
property Font: TFont read FFont write SetFont; |
Description
Methods
destructor Destroy; override; |
|
procedure AssignTo(Dest: TPersistent); override; |
|
Properties
property VerticalAlignment: TTextLayout read FVerAlignment write SetVerAlignment default tlTop; |
|
property Text: TCaption read FText write SetText; |
|
: Text to be shown. See also |
property Color: TColor read FColor write SetColor; |
|
: Background color of the text animation zone. See also |
property Transparent: Boolean read FTransparent write SetTransparent; |
|
: If See also |
property Font: TFont read FFont write SetFont; |
|
: Text font (form, size and color). See also |
Author
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.