点击或拖拽改变大小

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

初始化 SpecLineAttributes 类的一个新实例

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

参数

Show
类型:SystemBoolean

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

LowLimit
类型:SystemInt32

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

HighLimit
类型:SystemInt32

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

Width
类型:SystemInt32

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

Color
类型:System.DrawingColor

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

EnableTexture
类型:SystemBoolean

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

TextureStype
类型:System.Drawing.Drawing2DHatchStyle

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

参见