ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / GroupFont Property

In This Topic
    GroupFont Property (C1GanttView)
    In This Topic
    Gets or sets the font use for display group task on the grid view.
    Syntax
    'Declaration
     
    Public Property GroupFont As System.Drawing.Font
    public System.Drawing.Font GroupFont {get; set;}
    See Also