Gets or sets a value that indicates whether the encapsulated Font()()()() is bold.
            
        
    Namespace: 
   C1.C1Report.UtilAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
Syntax
| C# | 
|---|
| [DefaultValueAttribute(false)] public bool Bold { get; set; } | 
| Visual Basic | 
|---|
| <DefaultValueAttribute(False)> _ Public Property Bold As Boolean Get Set | 
 Remarks
Remarks
The default value for this property is False.
 
     
     
     
     
    