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.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- uniformRadius
- Type: System.Double
A uniform radius applied to all four CornerRadius properties (TopLeft, TopRight, BottomRight, BottomLeft).
Show: