点击或拖拽改变大小

CssBoxCreateBox 方法 (HtmlTag, CssBox)

Create new css box for the given parent with the given html tag.

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

参数

tag
类型:DSkin.Html.Core.DomHtmlTag
the html tag to define the box
parent (Optional)
类型:DSkin.Html.Core.DomCssBox
the box to add the new box to it as child

返回值

类型:CssBox
the new box
参见