点击或拖拽改变大小

ITextWriterIndentation 属性

获取或设置当 Formatting 设置为 Formatting.Indented 时将为层次结构中的每个级别书写多少 IndentChar

命名空间:  XPatchLib
程序集:  XPatchLib (在 XPatchLib.dll 中) 版本:4.1.0.4
语法
C#
int Indentation { get; set; }

属性值

类型: Int32
每个级别的 IndentChar 的数目。默认值为 2。
版本信息

.NET Framework

支持版本:4.5, 4.0, 3.5, 2.0

.NET Standard

支持版本:2.0, 1.3, 1.0
参见