TextMetrics.StruckOut 属性

定义

获取或设置一个值,指示字体是否指定一条贯穿字符的水平线。

public:
 property bool StruckOut { bool get(); void set(bool value); };
public bool StruckOut { get; set; }
member this.StruckOut : bool with get, set
Public Property StruckOut As Boolean

属性值

如果字体带有贯穿字符的水平线,则为 true;否则为 false

适用于