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.
public value class Thickness
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Converters.ThicknessTypeConverter))]
public struct Thickness
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Converters.ThicknessTypeConverter))>]
type Thickness = struct
Public Structure Thickness
- Inheritance
-
Thickness
- Attributes
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 |
Fields
Zero |
Properties
Bottom |
The thickness of the bottom of a rectangle. |
HorizontalThickness | |
IsEmpty | |
IsNaN | |
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
Extension Methods
Lerp(Thickness, Thickness, Double) |