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)

public:
property bool Underline {
	bool get();
}

Property Value

Type: System::Boolean

true if the DescriptionRun is underlined; otherwise, false.

Return to top
Show: