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


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