Class TGraphicZone
Unit
Declaration
type TGraphicZone = class(TAnimationZone)
Description
: Class of graphic animation zone.
See also
Hierarchy
- TCollectionItem
- THMIBasicColletionItem
- TZone
- TAnimationZone
- TGraphicZone
Overview
Properties
property ImageListAsDefault: Boolean read FILIsDefault write SetILAsDefault default true; |
|
property FileName: AnsiString read FFileName write SetFileName nodefault; |
|
property ImageList: TImageList read FImageList write SetImageList; |
|
property ImageIndex: LongInt read FImageIndex write SetImageIndex stored true nodefault; |
|
property TransparentColor: TColor read FColor write SetColor default clWhite; |
|
property Transparent: Boolean read FTransparent write SetTransparent default true; |
Description
Properties
property FileName: AnsiString read FFileName write SetFileName nodefault; |
|
: Shows the image pointed by See also |
property ImageList: TImageList read FImageList write SetImageList; |
|
: What's the ImageList that will be used graphic animation zone. See also |
property ImageIndex: LongInt read FImageIndex write SetImageIndex stored true nodefault; |
|
: What's the Image Index of ImageList that will be shown if the graphic animation zone is selected. See also |
property TransparentColor: TColor read FColor write SetColor default clWhite; |
|
: What's the color that will be interpreted as Transparent if Transparent property is See also |
property Transparent: Boolean read FTransparent write SetTransparent default true; |
|
: Enables/disables the replacement of the color TransparentColor by the transparent. See also |
Generated by PasDoc 0.14.0.