InfoBarTextSpan::Bold Property

Visual Studio 2015
 

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

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

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

Property Value

Type: System::Boolean

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

Return to top
Show: