CornerRadius Constructor (Double, Double, Double, Double)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

public CornerRadius(
	double topLeft,
	double topRight,
	double bottomRight,
	double bottomLeft
)

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft