点击或拖拽改变大小

CssBoxPropertiesSetAllBorders 方法

Set the style/width/color for all 4 borders on the box.
if null is given for a value it will not be set.

命名空间:  DSkin.Html.Core.Dom
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
protected void SetAllBorders(
	string style = null,
	string width = null,
	string color = null
)

参数

style (Optional)
类型:SystemString
optional: the style to set
width (Optional)
类型:SystemString
optional: the width to set
color (Optional)
类型:SystemString
optional: the color to set
参见