TextFormattingRunProperties::BoldEmpty Property

 

Determines whether the bold property is set.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

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

Property Value

Type: System::Boolean

false if the bold property is set, otherwise true.

Return to top
Show: