点击或拖拽改变大小

SpecLineAttributes 构造函数 (Boolean, Int32, Int32)

初始化 SpecLineAttributes 类的一个新实例

命名空间:  DSkin.Controls
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public SpecLineAttributes(
	bool Show,
	int LowLimit,
	int HighLimit
)

参数

Show
类型:SystemBoolean

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

LowLimit
类型:SystemInt32

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

HighLimit
类型:SystemInt32

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

参见