Share via


DescriptionRun.Underline Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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 with get
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