ComponentOne Xamarin.Android
IsEmpty Property (C1Rect)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Rect Structure : IsEmpty Property
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

Reference

C1Rect Structure
C1Rect Members