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


In This Topic
    IsEmpty Property (Rectangle)
    In This Topic
    Determines whether this Rectangle is empty.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEmpty As Boolean
    'Usage
     
    
    Dim instance As Rectangle
    Dim value As Boolean
     
    value = instance.IsEmpty
    public bool IsEmpty {get;}

    Property Value

    true if this Rectangle is empty; otherwise, false.
    See Also