Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Size Structure / IsEmpty Property


In This Topic
    IsEmpty Property (C1Size)
    In This Topic
    Gets a value indicating whether this instance is empty.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEmpty As Boolean
    'Usage
     
    
    Dim instance As C1Size
    Dim value As Boolean
     
    value = instance.IsEmpty
    public bool IsEmpty {get;}
    See Also