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

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