Click or drag to resize
Thickness Constructor (Double, Double, Double, Double)
[SECURITY CRITICAL] Initializes a Windows.UI.Xaml.Thickness structure that has specific lengths (supplied as a System.Double) applied to each side of the rectangle.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Thickness(
	double left,
	double top,
	double right,
	double bottom
)

Parameters

left
Type: SystemDouble
The thickness for the left side of the rectangle.
top
Type: SystemDouble
The thickness for the upper side of the rectangle.
right
Type: SystemDouble
The thickness for the right side of the rectangle
bottom
Type: SystemDouble
The thickness for the lower side of the rectangle.
See Also