Xamarin.Forms.Thickness Members

The members of Xamarin.Forms.Thickness are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Creates a new Xamarin.Forms.Thickness object that represents a uniform thickness of size uniformSize.
Creates a new Xamarin.Forms.Thickness object that has a horizontal thickness of horizontalSize and a vertical thickness of verticalSize.
Creates a new Xamarin.Forms.Thickness object with thicknesses defined by left, top, right, and bottom.

Public Properties

Bottomdouble. The thickness of the bottom of a rectangle.
[read-only]
HorizontalThicknessdouble. The sum of Thickness.Left and Thickness.Right.
Leftdouble. The thickness of the left side of a rectangle.
Rightdouble. The thickness of the right side of a rectangle.
Topdouble. The thickness of the top of a rectangle.
[read-only]
VerticalThicknessdouble. The sum of Thickness.Top and Thickness.Bottom.

Public Methods

override
Equals(object) : bool
Whether the obj is a Xamarin.Forms.Thickness with equivalent values.
override
GetHashCode() : int
A has value for this Xamarin.Forms.Thickness.

Public Operators

static
Equality(Thickness, Thickness)Whether two Xamarin.Forms.Thicknesses have identical values.
static
Inequality(Thickness, Thickness)Whether the values of two Xamarin.Forms.Thickness's have at least one difference.
static
Conversion to Xamarin.Forms.Thickness(Implicit)Implicit cast operator from double.
static
Conversion to Xamarin.Forms.Thickness(Implicit)Converts a Xamarin.Forms.Size into a Xamarin.Forms.Thickness.