The members of Xamarin.Forms.Thickness are listed below.
See Also: Inherited members from System.ValueType
| 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. |
| Bottom | double. The thickness of the bottom of a rectangle. | |
| [read-only] | HorizontalThickness | double. The sum of Thickness.Left and Thickness.Right. |
| Left | double. The thickness of the left side of a rectangle. | |
| Right | double. The thickness of the right side of a rectangle. | |
| Top | double. The thickness of the top of a rectangle. | |
| [read-only] | VerticalThickness | double. The sum of Thickness.Top and Thickness.Bottom. |
override | Equals(object)Whether the obj is a Xamarin.Forms.Thickness with equivalent values. | |
override | GetHashCode()A has value for this Xamarin.Forms.Thickness. | |
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. |