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

In This Topic
    Font Property (C1GanttView)
    In This Topic
    Gets or sets the font of the text displayed by the control.
    Syntax
    'Declaration
     
    Public Overrides Property Font As System.Drawing.Font
    public override System.Drawing.Font Font {get; set;}
    See Also