Windows.UI.Xaml.CornerRadiusHelper.FromRadii
June 22, 2022 ยท View on GitHub
-description
Generates a CornerRadius value from element values. C# and Microsoft Visual Basic code should use the CornerRadius(Double,Double,Double,Double) constructor instead.
-parameters
-param topLeft
The initial TopLeft value.
-param topRight
The initial TopRight value.
-param bottomRight
The initial BottomRight value.
-param bottomLeft
The initial BottomLeft value.
-returns
The created CornerRadius.