Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Size Property


In This Topic
    Size Property (Rectangle)
    In This Topic
    Gets a Size value that represents the width and height of this Rectangle structure.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As Size
    'Usage
     
    
    Dim instance As Rectangle
    Dim value As Size
     
    value = instance.Size
    public Size Size {get;}
    See Also