Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.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
    public bool IsCircle {get;}
    See Also