Constructor Thickness
Thickness()
Initializes a new instance of the Thickness class with all widths set to 0.
public Thickness()
Thickness(int)
Initializes a new instance of the Thickness class with a uniform width to each side.
public Thickness(int width)
Parameters
width
int
Thickness(int, int, int, int)
Initializes a new instance of the Thickness class that has specific widths applied to each side of the rectangle.
public Thickness(int left, int top, int right, int bottom)