Share via


DescriptionRun.Underline Property

Gets a value that indicates whether the DescriptionRun is underlined.

Namespace:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

Syntax

'Declaration
Public ReadOnly Property Underline As Boolean
public bool Underline { get; }
public:
property bool Underline {
    bool get ();
}
member Underline : bool
function get Underline () : boolean

Property Value

Type: System.Boolean
true if the DescriptionRun is underlined; otherwise, false.

.NET Framework Security

See Also

Reference

DescriptionRun Class

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace