Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CornerRadius Structure
Properties Methods

In This Topic
    C1CornerRadius Structure Members
    In This Topic

    The following tables list the members exposed by C1CornerRadius.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the radius, in pixels, of the bottom-left corner of the bounding rectangle.  
    Public Property Gets or sets the radius, in pixels, of the bottom-right corner of the bounding rectangle.  
    Public Property Gets whether all the corners are a circle radius (They can be different).  
    Public Property Gets whether the radius is uniform in all corners and the same.  
    Public Property Gets whether the radius is zero in all edges.  
    Public Property Gets or sets the radius, in pixels, of the top-left corner of the bounding rectangle.  
    Public Property Gets or sets the radius, in pixels, of the top-right corner of the bounding rectangle.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified System.Object, is equal to this instance.  
    Public Method Returns a hash code for this instance.  
    Top
    Public Operators
    Compares two C1CornerRadius structures for equality.
    Overloaded. Casting operator to convert a C1StyleLength into a uniform C1CornerRadius.
    Compares two C1CornerRadius structures for inequality.
    Top
    See Also