C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CornerRadius Structure
Properties Methods

C1CornerRadius Structure Members

The following tables list the members exposed by C1CornerRadius.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets the radius, in pixels, of the bottom-left corner of the bounding rectangle.  
Public PropertyGets or sets the radius, in pixels, of the bottom-right corner of the bounding rectangle.  
Public PropertyGets whether all the corners are a circle radius (They can be different).  
Public PropertyGets whether the radius is uniform in all corners and the same.  
Public PropertyGets whether the radius is zero in all edges.  
Public PropertyGets or sets the radius, in pixels, of the top-left corner of the bounding rectangle.  
Public PropertyGets 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 MethodReturns 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