FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / Font Property

In This Topic
    Font Property (C1FlexGridClassic)
    In This Topic
    Gets or sets the font of the text displayed by the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property Font As Font
    public virtual Font Font {get; set;}
    See Also