FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GridPrinter Class / FooterFont Property

In This Topic
    FooterFont Property (GridPrinter)
    In This Topic
    Specifies the font to use for rendering page footers.
    Syntax
    'Declaration
     
    
    Public Property FooterFont As Font
    public Font FooterFont {get; set;}
    Remarks
    See also the Footer property.
    See Also