'Declaration Public ReadOnly Property IsEmpty As Boolean
'Usage Dim instance As Background Dim value As Boolean value = instance.IsEmpty
public bool IsEmpty {get;}
Property Value
true
if this instance is empty; false
otherwise'Declaration Public ReadOnly Property IsEmpty As Boolean
'Usage Dim instance As Background Dim value As Boolean value = instance.IsEmpty
public bool IsEmpty {get;}
true
if this instance is empty; false
otherwise