Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Thickness Structure / IsUniform Property


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