点击或拖拽改变大小

ShadowAttributes 构造函数 (Boolean, Int32, Int32, Byte)

初始化 ShadowAttributes 类的一个新实例

命名空间:  DSkin.Controls
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public ShadowAttributes(
	bool Enable,
	int Radius,
	int Distance,
	byte Angle
)

参数

Enable
类型:SystemBoolean

[缺少 "M:DSkin.Controls.ShadowAttributes.#ctor(System.Boolean,System.Int32,System.Int32,System.Byte)" 的 <param name="Enable"/> 文档]

Radius
类型:SystemInt32

[缺少 "M:DSkin.Controls.ShadowAttributes.#ctor(System.Boolean,System.Int32,System.Int32,System.Byte)" 的 <param name="Radius"/> 文档]

Distance
类型:SystemInt32

[缺少 "M:DSkin.Controls.ShadowAttributes.#ctor(System.Boolean,System.Int32,System.Int32,System.Byte)" 的 <param name="Distance"/> 文档]

Angle
类型:SystemByte

[缺少 "M:DSkin.Controls.ShadowAttributes.#ctor(System.Boolean,System.Int32,System.Int32,System.Byte)" 的 <param name="Angle"/> 文档]

参见