TNotifyNumberIconProperties的属性:
类:TNotifyNumberIconProperties
单元:uSkinNotifyNumberIconType
父类:TSkinControlProperties->TPersistent
名称 | 类型 | 描述 |
AutoSize | | 自动设置尺寸 |
SkinControlIntf | ISkinControl | 皮肤控件接口 |
SkinControl | TControl | 皮肤控件 |
ShowType | TNotifyNumberIconShowType | 显示类型 |
NeedNotify | Boolean | 是否需要提醒 |
AutoSize | Boolean | 是否自动调整控件的尺寸 |
NumberExceedSymbol | Char | 提醒数字超出最大值时添加的符号 |
NumberMax | Double | 提醒数字的最大值 |
Number | Double | 提醒数字 |
Icon | TDrawPicture | 提醒图标 |
StaticNumber | Double | |
TSkinNotifyNumberIconDefaultMaterial的素材:
类:TSkinNotifyNumberIconDefaultMaterial
单元:uSkinNotifyNumberIconType
父类:TSkinControlMaterial->TBaseSkinControlMaterial
名称 | 类型 | 描述 |
LongPicture | TDrawPicture | 长背景图片 |
AutoSuitNumberHorzMargin | Integer | 自适应水平边距 |
AutoSuitNumberVertMargin | Integer | 自适应垂直边距 |
DrawBackColorParam | TDrawRectParam | 背景矩形绘制参数 |
BackColor | TDrawRectParam | 背景矩形绘制参数 |
DrawPictureParam | TDrawPictureParam | 背景图片绘制参数 |
Picture | TDrawPicture | 背景图片 |
IsTransparent | Boolean | 是否透明 |
IsDrawNumberAutoSuitPicture | Boolean | 是否根据背景图片的绘制矩形来自适应绘制数字 |
IsDrawPictureAutoSuitNumber | Boolean | 是否根据提醒数字的绘制矩形来自适应绘制背景图片 |
DrawCaptionParam | TDrawTextParam | 提醒数字绘制参数 |
DrawIconParam | TDrawPictureParam | 提醒图标绘制参数 |
RefControlCount | Integer | 引用计数(当Material单独做为组件时,显示这个计数,让用户知道有没有被控件所使用) |
BackColor | | |
IsTransparent | | |
RefControlCount | | |
DrawBackColorParam | | |
TNotifyNumberIconProperties的方法:
类:TNotifyNumberIconProperties
单元:uSkinNotifyNumberIconType
父类:TSkinControlProperties->TPersistent
名称 | 描述 | 代码 |
GetComponentClassify | 获取分类名称 | function GetComponentClassify:String;virtual; |
AdjustAutoSizeBounds | 自动调整控件的尺寸 | procedure AdjustAutoSizeBounds; |
ClearNotify | | procedure ClearNotify; |
GetComponentClassify | | function GetComponentClassify:String;override; |