点击或拖拽改变大小

CssBlockMerge 方法

Merge the other block properties into this css block.
Other block properties can overwrite this block properties.

命名空间:  DSkin.Html.Core.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void Merge(
	CssBlock other
)

参数

other
类型:DSkin.Html.Core.EntitiesCssBlock
the css block to merge with
参见