FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.5.2 Assembly / C1.Win.FlexReport.CustomFields Namespace / SuperLabel Class / Font Property

In This Topic
    Font Property (SuperLabel)
    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.Win.FlexReport.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