点击或拖拽改变大小

CssBoxPropertiesInheritStyle 方法

Inherits inheritable values from specified box.从指定的框继承可继承的值。

命名空间:  DSkin.Html.Core.Dom
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
protected void InheritStyle(
	CssBox p,
	bool everything
)

参数

p
类型:DSkin.Html.Core.DomCssBox
Box to inherit the properties
everything
类型:SystemBoolean
Set to true to inherit all CSS properties instead of only the ineritables
参见