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