TextMetrics.Underlined Property

Definition

Gets or sets a value indicating whether the font is 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

Property Value

true if the font is underlined; otherwise, false.

Applies to