Constructor Thickness
Thickness(double)
This constructur builds a Thickness with a specified value on every side.
public Thickness(double uniformLength)
Parameters
uniformLength
doubleThe specified uniform length.
Thickness(double, double, double, double)
This constructor builds a Thickness with the specified number of pixels on 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.
public Thickness(double horizontal, double vertical)