Share via


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)

Syntax

'Declaration
Public ReadOnly Property BoldEmpty As Boolean
public bool BoldEmpty { get; }
public:
property bool BoldEmpty {
    bool get ();
}
member BoldEmpty : bool with get
function get BoldEmpty () : boolean

Property Value

Type: System.Boolean
false if the bold property is set, otherwise true.

.NET Framework Security

See Also

Reference

TextFormattingRunProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace