TextFormattingRunProperties.BoldEmpty Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the bold property is set.
public:
 property bool BoldEmpty { bool get(); };
	public:
 property bool BoldEmpty { bool get(); };
	public bool BoldEmpty { get; }
	member this.BoldEmpty : bool
	Public ReadOnly Property BoldEmpty As Boolean
	Property Value
true if the bold property is not set, false otherwise.