Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / Control Class / Font Property


In This Topic
    Font Property (Control)
    In This Topic
    Gets or sets the font of the text displayed by the control.
    Syntax
    'Declaration
     
    
    Public Property Font As Font
    'Usage
     
    
    Dim instance As Control
    Dim value As Font
     
    instance.Font = value
     
    value = instance.Font
    public Font Font {get; set;}

    Property Value

    The Font to apply to the text displayed by the control.
    See Also