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


In This Topic
    IsUniform Property
    In This Topic
    Gets whether the radius is uniform in all corners and the same.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsUniform As Boolean
    'Usage
     
    
    Dim instance As C1CornerRadius
    Dim value As Boolean
     
    value = instance.IsUniform
    public bool IsUniform {get;}
    See Also