Thickness Constructor (Double) |
[SECURITY CRITICAL] Initializes a Windows.UI.Xaml.Thickness structure that
has the specified uniform length on each side.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public Thickness(
double uniformLength
)
Parameters
- uniformLength
- Type: SystemDouble
The uniform length applied to all four sides of the bounding rectangle.
See Also