TextMetrics.Underlined 屬性

定義

取得或設定值,指出字型是否加上底線。

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

屬性值

如果字型加上底線,則為 true,否則為 false

適用於