C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CornerRadius Structure / IsZero Property


In This Topic
IsZero Property (C1CornerRadius)
In This Topic
Gets whether the radius is zero in all edges.
Syntax
'Declaration
 
Public ReadOnly Property IsZero As Boolean
 
'Usage
 
Dim instance As C1CornerRadius
Dim value As Boolean
 
value = instance.IsZero
See Also