TableCellStyleIsFontBold Property |
Gets or sets whether the text font is set to bold of this cell.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsFontBold { get; set; }
Public Property IsFontBold As Boolean
Get
Set
public:
property bool IsFontBold {
bool get ();
void set (bool value);
}
member IsFontBold : bool with get, set
Property Value
Boolean
true if the font is bold; otherwise false.
See Also