Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Rect Structure / IsEmpty Property

In This Topic
    IsEmpty Property (C1Rect)
    In This Topic
    Gets a value that indicates whether the rectangle is the C1Rect.Empty rectangle.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEmpty As Boolean
    public bool IsEmpty {get;}

    Property Value

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