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


In This Topic
    IsCircle Property (C1CornerRadius)
    In This Topic
    Gets whether all the corners are a circle radius (They can be different).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsCircle As Boolean
    'Usage
     
    
    Dim instance As C1CornerRadius
    Dim value As Boolean
     
    value = instance.IsCircle
    public bool IsCircle {get;}
    See Also