CornerRadius 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 new instance of the CornerRadius structure, applying specific radius values to its corners.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- topLeft
- Type: System.Double
Sets the initial TopLeft.
- topRight
- Type: System.Double
Sets the initial TopRight.
- bottomRight
- Type: System.Double
Sets the initial BottomLeft.
- bottomLeft
- Type: System.Double
Sets the initial BottomRight.
Show: