ComponentOne Reports for WPF
C1.C1Report Namespace / Field Class / Font Property

In This Topic
    Font Property (Field)
    In This Topic
    Gets or sets the field's font.
    Syntax
    'Declaration
     
    Public Property Font As FontHolder
    public FontHolder Font {get; set;}
    Remarks
    If you set a field's font C1.C1Report.Util.FontHolder.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