[]
        
(Showing Draft Content)

C1.Report.Field.Font

Font Property

Font

Gets or sets the field's font.

Declaration
[C1Category("Appearance")]
[C1Description("Field.Font", "The field's font.")]
public FontHolder Font { get; set; }
<C1Category("Appearance")>
<C1Description("Field.Font", "The field's font.")>
Public Property Font As FontHolder
Remarks

If you set a field's font Size property to a value that is too large to fit the field box (defined by the Height property), no text will appear in the field.

See Also