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