Gets or sets the font settings of the footer grouping information.
Syntax
'Declaration
Public Property FooterFont As Font
'Usage
Dim instance As GroupInfo
Dim value As Font
instance.FooterFont = value
value = instance.FooterFont
public Font FooterFont {get; set;}
See Also