点击或拖拽改变大小

CssBox 构造函数

Init.

命名空间:  DSkin.Html.Core.Dom
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public CssBox(
	CssBox parentBox,
	HtmlTag tag
)

参数

parentBox
类型:DSkin.Html.Core.DomCssBox
optional: the parent of this css box in html
tag
类型:DSkin.Html.Core.DomHtmlTag
optional: the html tag associated with this css box
参见