Thickness Constructor (Double, Double, Double, Double)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a Thickness structure that has specific lengths (supplied as a Double) applied to each side of the rectangle.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- left
- Type: System.Double
The thickness for the left side of the rectangle.
- top
- Type: System.Double
The thickness for the upper side of the rectangle.
- right
- Type: System.Double
The thickness for the right side of the rectangle
- bottom
- Type: System.Double
The thickness for the lower side of the rectangle.
Show: