'Declaration Public Property HyperlinkUnderline As Boolean
public bool HyperlinkUnderline {get; set;}
Property Value
true
if the hyperlink text is underlined; otherwise, false
. The default is true
.'Declaration Public Property HyperlinkUnderline As Boolean
public bool HyperlinkUnderline {get; set;}
true
if the hyperlink text is underlined; otherwise, false
. The default is true
.Setting this property to false
will remove the underline from hyperlink text, which may be useful for achieving a specific design aesthetic or when hyperlink styling is handled through other means.