Indicates whether the default formatting is set to bold text.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsBold { get; }
Public ReadOnly Property IsBold As Boolean
Get
public:
property bool IsBold {
bool get ();
}
member IsBold : bool with get
Property Value
Boolean
See Also