GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / GroupFontFamily Property

In This Topic
    GroupFontFamily Property (C1GanttView)
    In This Topic
    Gets or sets the font family used for group task in the grid view.
    Syntax
    'Declaration
     
    Public Property GroupFontFamily As FontFamily
    public FontFamily GroupFontFamily {get; set;}
    See Also