Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / Font Property


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

    Property Value

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