Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.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
    'Usage
     
    
    Dim instance As C1Rect
    Dim value As Boolean
     
    value = instance.IsEmpty
    public bool IsEmpty {get;}

    Property Value

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