Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CornerValue Structure / IsZero Property


In This Topic
    IsZero Property (C1CornerValue)
    In This Topic
    Gets whether the radius is zero.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsZero As Boolean
    'Usage
     
    
    Dim instance As C1CornerValue
    Dim value As Boolean
     
    value = instance.IsZero
    public bool IsZero {get;}
    See Also