CornerRadius Constructor (Double, Double, Double, Double)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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)
Syntax
'Declaration
Public Sub New ( _
topLeft As Double, _
topRight As Double, _
bottomRight As Double, _
bottomLeft As Double _
)
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.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.