Click or drag to resize
Thickness Constructor (Double)
[SECURITY CRITICAL] Initializes a Windows.UI.Xaml.Thickness structure that has the specified uniform length on each side.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Thickness(
	double uniformLength
)

Parameters

uniformLength
Type: SystemDouble
The uniform length applied to all four sides of the bounding rectangle.
See Also