Click or drag to resize
CornerRadius Constructor (Double, Double, Double, Double)
[SECURITY CRITICAL] Initializes a new instance of the Windows.UI.Xaml.CornerRadius structure, applying specific radius values to its corners.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public CornerRadius(
	double topLeft,
	double topRight,
	double bottomRight,
	double bottomLeft
)

Parameters

topLeft
Type: SystemDouble
Sets the initial Windows.UI.Xaml.CornerRadius.TopLeft.
topRight
Type: SystemDouble
Sets the initial Windows.UI.Xaml.CornerRadius.TopRight.
bottomRight
Type: SystemDouble
Sets the initial Windows.UI.Xaml.CornerRadius.BottomLeft.
bottomLeft
Type: SystemDouble
Sets the initial Windows.UI.Xaml.CornerRadius.BottomRight.
See Also