Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / SizeInPixels Property


In This Topic
    SizeInPixels Property
    In This Topic
    Gets or sets the size in pixels of the font.
    Syntax
    'Declaration
     
    
    Property SizeInPixels As Double
    'Usage
     
    
    Dim instance As IFont
    Dim value As Double
     
    instance.SizeInPixels = value
     
    value = instance.SizeInPixels
    double SizeInPixels {get; set;}

    Property Value

    A double value represents the size in pixels.
    See Also