Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Size Property


In This Topic
    Size Property (Font)
    In This Topic
    Gets the em-size of this Font.
    Syntax
    'Declaration
     
    
    Public Property Size As Double
    'Usage
     
    
    Dim instance As Font
    Dim value As Double
     
    instance.Size = value
     
    value = instance.Size
    public double Size {get; set;}

    Property Value

    A double value represents the em-size of this Font.
    See Also