点击或拖拽改变大小

DocumentStyleTextDecoration 属性

表示一个文本修饰,它是可添加到文本的视觉装饰(如下划线)。字符串格式: overline/Underline/Strikethrough/none [width[,Solid/Dash/Dot/DashDot/DashDotDot]] [color]

命名空间:  CPF.Documents
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public TextDecoration TextDecoration { get; set; }

属性值

类型:TextDecoration

实现

IDocumentStyleTextDecoration
参见