Font.Underline Propiedad

Definición

Obtiene un valor que indica si esta Font está subrayada.

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

Valor de propiedad

Boolean

Es true si esta Font está subrayada; en caso contrario, es false.

Se aplica a