Font.Underline Property

Definition

Gets a value that indicates whether this Font is underlined.

public:
 property bool Underline { bool get(); };
public bool Underline { get; }
member this.Underline : bool
Public ReadOnly Property Underline As Boolean

Property Value

true if this Font is underlined; otherwise, false.

Applies to