Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculatorInfo Class / Font Property


In This Topic
    Font Property (DropDownCalculatorInfo)
    In This Topic
    Gets or sets the font used in the drop-down window.
    Syntax
    'Declaration
     
    
    Public Property Font As Font
    'Usage
     
    
    Dim instance As DropDownCalculatorInfo
    Dim value As Font
     
    instance.Font = value
     
    value = instance.Font
    public Font Font {get; set;}

    Property Value

    A System.Drawing.Font object that indicates the Font of the DropDownCalculator.
    Remarks
    Because Font is immutable (meaning that you cannot adjust any of its properties), you can only assign the Font property a new Font; however, you can base the new font on the existing font.
    See Also