DescriptionRun::Bold Property

 

Gets a value that indicates whether the DescriptionRun is formatted in bold.

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

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

Property Value

Type: System::Boolean

true if the DescriptionRun is bold; otherwise, false.

Return to top
Show: