Constructor Thickness
Thickness(double)
Initializes a new instance of the Thickness struct with the same value on every side.
public Thickness(double uniform)
Parameters
uniform
doubleThe specified uniform length.
Thickness(double, double, double, double)
Initializes a new instance of the Thickness struct with the specified values for the each side.
public Thickness(double left, double top, double right, double bottom)
Parameters
left
doubleThe thickness for the left side.
top
doubleThe thickness for the top side.
right
doubleThe thickness for the right side.
bottom
doubleThe thickness for the bottom side.
Thickness(double, double)
Initializes a new instance of the Thickness structure with the specified values for the horizontal and vertical sides.
public Thickness(double horizontal, double vertical)