Font.Underline Proprietà
Definizione
public:
property bool Underline { bool get(); };
public bool Underline { get; }
member this.Underline : bool
Public ReadOnly Property Underline As Boolean
Valore della proprietà
true
se l'oggetto Font è sottolineato; in caso contrario, false
.true
if this Font is underlined; otherwise, false
.