CornerRadius Constructor (Double) |
[SECURITY CRITICAL] Initializes a new Windows.UI.Xaml.CornerRadius structure,
applying the same uniform radius to all its corners.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public CornerRadius(
double uniformRadius
)
Parameters
- uniformRadius
- Type: SystemDouble
A uniform radius applied to all four Windows.UI.Xaml.CornerRadius properties
(Windows.UI.Xaml.CornerRadius.TopLeft, Windows.UI.Xaml.CornerRadius.TopRight,
Windows.UI.Xaml.CornerRadius.BottomRight, Windows.UI.Xaml.CornerRadius.BottomLeft).
See Also