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

In This Topic
    C1Thickness Structure Members
    In This Topic

    The following tables list the members exposed by C1Thickness.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the width, in pixels, of the lower side of the bounding rectangle.  
    Public Property Gets whether the thickness is uniform.  
    Public Property Gets whether the thickness is zero in all edges.  
    Public Property Gets or sets the width, in pixels, of the left side of the bounding rectangle.  
    Public Property Gets or sets the width, in pixels, of the right side of the bounding rectangle.  
    Public Property Gets or sets the width, in pixels, of the upper side of the bounding rectangle.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a new object that is a copy of the current instance.  
    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 C1Thickness structures for equality.
    Overloaded. Casting operator to convert a double into a uniform C1Thickness.
    Compares two C1Thickness structures for inequality.
    Top
    See Also