TextFormattingRunProperties.Bold Property
Determines whether the formatting is made explicitly bold.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'宣言
Public ReadOnly Property Bold As Boolean
Get
public bool Bold { get; }
public:
property bool Bold {
bool get ();
}
member Bold : bool
function get Bold () : boolean
Property Value
Type: System.Boolean
true if the formatting is made explicitly bold, otherwise false.
Remarks
Returns false if BoldEmpty returns true.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.