TextFormattingRunProperties::SetBold Method (Boolean)

 

Returns a new TextFormattingRunProperties with the properties of this one but with the Bold property set the specified bold value.

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

public:
TextFormattingRunProperties^ SetBold(
	bool isBold
)

Parameters

isBold
Type: System::Boolean

true if text formatting is to be bold, otherwise false.

Return to top
Show: