OrangeUI

TImageListPlayerProperties的属性:
类:TImageListPlayerProperties
单元:uSkinImageListPlayerType
父类:TSkinControlProperties->TPersistent
名称类型描述
SkinControlIntfISkinControl皮肤控件接口
SkinControlTControl皮肤控件
AutoSizeBoolean是否自动调整控件的尺寸
ImageListSwitchingSpeedDouble图片列表播放的切换效果速度
ImageListSwitchEffectTypeTAnimateSwitchEffectType图片列表播放的切换效果类型
ImageListSwitchingProgressIncementInteger图片列表播放的切换效果移动步长
ImageListAnimateSpeedDouble图片列表循环播放速度
ImageListAnimateOrderTypeTAnimateOrderType图片列表循环播放的顺序类型
ImageListAnimatedBoolean图片列表循环播放
PictureTDrawPicture图片
AnimatedBoolean动画显示
AnimateSpeedDouble动画显示
AutoSize
RotatedBoolean
RotateSpeedDouble
RotateIncrementInteger

TSkinImageListPlayerDefaultMaterial的素材:
类:TSkinImageListPlayerDefaultMaterial
单元:uSkinImageListPlayerType
父类:TSkinImageListPlayerMaterial->TSkinControlMaterial
名称类型描述
BackColor
IsTransparent
RefControlCount
DrawBackColorParam
DrawPictureParamTDrawPictureParam

TImageListPlayerProperties的方法:
类:TImageListPlayerProperties
单元:uSkinImageListPlayerType
父类:TSkinControlProperties->TPersistent
名称描述代码
GetComponentClassify获取分类名称function GetComponentClassify:String;virtual;
AdjustAutoSizeBounds自动调整控件的尺寸procedure AdjustAutoSizeBounds;
CheckIfNeedImageListSwitchingfunction CheckIfNeedImageListSwitching:Boolean;
GetCurrentBeforePictureImageIndexfunction GetCurrentBeforePictureImageIndex:Integer;
GetCurrentBeforeSkinPicturefunction GetCurrentBeforeSkinPicture:TDrawPicture;
GetCurrentAfterPictureImageIndexfunction GetCurrentAfterPictureImageIndex:Integer;
GetCurrentAfterSkinPicturefunction GetCurrentAfterSkinPicture:TDrawPicture;
GetCurrentSwitchOrderTypefunction GetCurrentSwitchOrderType:TAnimateOrderType;
SwitchPictureprocedure SwitchPicture(ABeginImageIndex:Integer;AAfterImageIndex:Integer);
AlignSwitchButtonsprocedure AlignSwitchButtons;
DoImageListSwitchButtonClickprocedure DoImageListSwitchButtonClick(Sender:TObject);
GetComponentClassifyfunction GetComponentClassify:String;override;