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


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

    Property Value

    A System.Drawing.Font object indicates the Font of the DropDownCalculator.
    Remarks
    Because the 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