点击或拖拽改变大小

CssBlock 构造函数

Creates a new block from the block's source

命名空间:  DSkin.Html.Core.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public CssBlock(
	string class,
	Dictionary<string, string> properties,
	List<CssBlockSelectorItem> selectors = null,
	bool hover = false
)

参数

class
类型:SystemString
the name of the css class of the block
properties
类型:System.Collections.GenericDictionaryString, String
the CSS block properties and values
selectors (Optional)
类型:System.Collections.GenericListCssBlockSelectorItem
optional: additional selectors to used in hierarchy
hover (Optional)
类型:SystemBoolean
optional: is the css block has :hover pseudo-class
参见