Constructor Thickness
Thickness(double)
Initializes a new instance of the Thickness struct with the same value on every side.
public Thickness(double uniform)
Parameters
uniformdoubleThe 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
leftdoubleThe thickness for the left side.
topdoubleThe thickness for the top side.
rightdoubleThe thickness for the right side.
bottomdoubleThe 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)