Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Empty Field


In This Topic
    Empty Field (Rectangle)
    In This Topic
    Represents a Rect structure with its properties left uninitialized. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Empty As Rectangle
    'Usage
     
    
    Dim value As Rectangle
     
    value = Rectangle.Empty
    public static readonly Rectangle Empty
    See Also