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


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

    Property Value

    The Font value that indicates the font used in the pop-up window.
    Remarks
    The default value is the same as the control font. If a a null reference (Nothing in Visual Basic) value is set, the value is the default value automatically, without exception.
    See Also