点击或拖拽改变大小

Block 构造函数 (String, Int16)

初始化 Block 类的一个新实例

命名空间:  CPF.Documents
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public Block(
	string text,
	short style = -1
)

参数

text
类型:SystemString

[缺少 "M:CPF.Documents.Block.#ctor(System.String,System.Int16)" 的 <param name="text"/> 文档]

style (Optional)
类型:SystemInt16

[缺少 "M:CPF.Documents.Block.#ctor(System.String,System.Int16)" 的 <param name="style"/> 文档]

参见