Thickness Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Struct defining thickness around the edges of a Rectangle using doubles.
[System.Diagnostics.DebuggerDisplay("Left={Left}, Top={Top}, Right={Right}, Bottom={Bottom}, HorizontalThickness={HorizontalThickness}, VerticalThickness={VerticalThickness}")]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.ThicknessTypeConverter))]
public struct Thickness
type Thickness = struct
- Inheritance
-
System.ValueTypeThickness
- Attributes
-
System.Diagnostics.DebuggerDisplayAttribute TypeConverterAttribute
Constructors
Thickness(Double, Double, Double, Double) |
Creates a new Thickness object with thicknesses defined by |
Thickness(Double, Double) |
Creates a new Thickness object that has a horizontal thickness of |
Thickness(Double) |
Creates a new Thickness object that represents a uniform thickness of size |
Properties
Bottom |
The thickness of the bottom of a rectangle. |
HorizontalThickness | |
IsEmpty | |
Left |
The thickness of the left side of a rectangle. |
Right |
The thickness of the right side of a rectangle. |
Top |
The thickness of the top of a rectangle. |
VerticalThickness |
Methods
Deconstruct(Double, Double, Double, Double) | |
Equals(Object) |
Whether the |
GetHashCode() |
A has value for this Thickness. |
Operators
Equality(Thickness, Thickness) |
Whether two Thicknesses have identical values. |
Implicit(Double to Thickness) |
Implicit cast operator from System.Double. |
Implicit(Size to Thickness) | |
Inequality(Thickness, Thickness) |
Whether the values of two Thickness's have at least one difference. |