duilib属性列表.doc
文本预览下载声明
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet type=text/xsl href=属性列表.xslt?
!-- 可能有错漏,欢迎补充。wangchyz(wangchyz@) --
Controls
Window parent=
Attribute name=size default=0,0 type=SIZE comment=窗口的初始化大小,如(800,600)/
Attribute name=sizebox default=0,0,0,0 type=RECT comment=窗口可拖动改变窗口大小的边距,如(4,4,6,6)/
Attribute name=caption default=0,0,0,0 type=RECT comment=窗口可拖动的标题栏大小的边距,最后一个参数是指离上边框的距离,如(0,0,0,28)/
Attribute name=roundcorner default=0,0 type=SIZE comment=窗口圆角大小,如(4,4)/
Attribute name=mininfo default=0,0 type=SIZE comment=窗口最小大小,如(320,240)/
Attribute name=maxinfo default=0,0 type=SIZE comment=窗口最大大小,如(1600,1200)/
Attribute name=alpha default=255 type=BYTE comment=窗口的alpha值(0-255),如(100)/
Attribute name=bktrans default=false type=BOOL comment=窗口是否使用静态透明背景,如(false)/
Attribute name=disabledfontcolor default=0xFFA7A6AA type=DWORD comment=默认的disabled字体颜色,如(0xFFA7A6AA)/
Attribute name=defaultfontcolor default=0xFF000000 type=DWORD comment=默认的字体颜色,如(0xFF000000)/
Attribute name=linkfontcolor default=0xFF0000FF type=DWORD comment=默认的link字体颜色,如(0xFF0000FF)/
Attribute name=linkhoverfontcolor default=0xFFD3215F type=DWORD comment=默认的linkhoverfont字体颜色,如(0xFFD3215F)/
Attribute name=selectedcolor default=0xFFBAE4FF type=DWORD comment=默认的selected字体颜色,如(0xFFBAE4FF)/
Attribute name=showshadow default=false type=BOOL comment=是否启用窗体阴影/
Attribute name=shadowimage default= type=STRING comment=阴影图片,使用此属性后自动屏蔽算法阴影(不支持source等属性设置)/
Attribute name=shadowcorner default=0,0,0,0 type=RECT comment=图片阴影的九宫格描述/
Attribute name=shadowsize default=0 type=BYTE comment=算法阴影的宽度(-20到20)/
Attribute name=shadowsharpness default=255 type=BYTE comment=算法阴影的锐度/
Attribute name=shadowdarkness default=255 type=BYTE comment=算法阴影的深度(相当于透明度)/
Attribute name=shadowpositon default=0,0 type=SIZE comment=算法阴影的偏移量/
Attribute name=shadowcolor default=0x000000 type=DWORD comment=算法阴影的颜色,RGB格式,不支持透明度,使用shadowdarkness设置透明度/
Attribute name=gdiplustext default=false type=BOOL comment=是否用
显示全部