TImageListPlayerProperties的属性:
类:TImageListPlayerProperties
单元:uSkinImageListPlayerType
父类:TSkinControlProperties->TPersistent
名称 | 类型 | 描述 |
SkinControlIntf | ISkinControl | 皮肤控件接口 |
SkinControl | TControl | 皮肤控件 |
AutoSize | Boolean | 是否自动调整控件的尺寸 |
ImageListSwitchingSpeed | Double | 图片列表播放的切换效果速度 |
ImageListSwitchEffectType | TAnimateSwitchEffectType | 图片列表播放的切换效果类型 |
ImageListSwitchingProgressIncement | Integer | 图片列表播放的切换效果移动步长 |
ImageListAnimateSpeed | Double | 图片列表循环播放速度 |
ImageListAnimateOrderType | TAnimateOrderType | 图片列表循环播放的顺序类型 |
ImageListAnimated | Boolean | 图片列表循环播放 |
Picture | TDrawPicture | 图片 |
Animated | Boolean | 动画显示 |
AnimateSpeed | Double | 动画显示 |
AutoSize | | |
Rotated | Boolean | |
RotateSpeed | Double | |
RotateIncrement | Integer | |
TSkinImageListPlayerDefaultMaterial的素材:
类:TSkinImageListPlayerDefaultMaterial
单元:uSkinImageListPlayerType
父类:TSkinImageListPlayerMaterial->TSkinControlMaterial
名称 | 类型 | 描述 |
BackColor | | |
IsTransparent | | |
RefControlCount | | |
DrawBackColorParam | | |
DrawPictureParam | TDrawPictureParam | |
TImageListPlayerProperties的方法:
类:TImageListPlayerProperties
单元:uSkinImageListPlayerType
父类:TSkinControlProperties->TPersistent
名称 | 描述 | 代码 |
GetComponentClassify | 获取分类名称 | function GetComponentClassify:String;virtual; |
AdjustAutoSizeBounds | 自动调整控件的尺寸 | procedure AdjustAutoSizeBounds; |
CheckIfNeedImageListSwitching | | function CheckIfNeedImageListSwitching:Boolean; |
GetCurrentBeforePictureImageIndex | | function GetCurrentBeforePictureImageIndex:Integer; |
GetCurrentBeforeSkinPicture | | function GetCurrentBeforeSkinPicture:TDrawPicture; |
GetCurrentAfterPictureImageIndex | | function GetCurrentAfterPictureImageIndex:Integer; |
GetCurrentAfterSkinPicture | | function GetCurrentAfterSkinPicture:TDrawPicture; |
GetCurrentSwitchOrderType | | function GetCurrentSwitchOrderType:TAnimateOrderType; |
SwitchPicture | | procedure SwitchPicture(ABeginImageIndex:Integer;AAfterImageIndex:Integer); |
AlignSwitchButtons | | procedure AlignSwitchButtons; |
DoImageListSwitchButtonClick | | procedure DoImageListSwitchButtonClick(Sender:TObject); |
GetComponentClassify | | function GetComponentClassify:String;override; |