点击或拖拽改变大小

TextAttributes 构造函数 (String, Int32, Boolean, Color, Color, Font)

初始化 TextAttributes 类的一个新实例

命名空间:  DSkin.Controls
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public TextAttributes(
	string Text,
	int OffsetY,
	bool Show,
	Color ForeColor,
	Color BackColor,
	Font Font
)

参数

Text
类型:SystemString

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

OffsetY
类型:SystemInt32

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

Show
类型:SystemBoolean

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

ForeColor
类型:System.DrawingColor

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

BackColor
类型:System.DrawingColor

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

Font
类型:System.DrawingFont

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

参见