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

CornerRadius Constructor (Double)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new CornerRadius structure, applying the same uniform radius to all its corners.

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

public CornerRadius(
	double uniformRadius
)

Parameters

uniformRadius
Type: System.Double
A uniform radius applied to all four CornerRadius properties (TopLeft, TopRight, BottomRight, BottomLeft).

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft