InfoBarTextSpan::Underline Property

Visual Studio 2015
 

Determines whether or not the span of text should be underlined.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Property Value

Type: System::Boolean

True if the span of text should be underlined, otherwise false.

Return to top
Show: