[]
Gets or sets the field's font.
[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
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.