Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFont Interface / Size Property


In This Topic
    Size Property (ITextFont)
    In This Topic
    Syntax
    'Declaration
     
    
    Property Size As Double
    'Usage
     
    
    Dim instance As ITextFont
    Dim value As Double
     
    instance.Size = value
     
    value = instance.Size
    double Size {get; set;}
    See Also