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

適用対象