CornerRadius
Introduction
Assigning CornerRadius
var roundedRectangle = new RoundedRectangleRuntime();
MainStack.Children.Add(roundedRectangle);
roundedRectangle.Width = 100;
roundedRectangle.Height = 100;
roundedRectangle.Color = SKColors.Blue;
roundedRectangle.CornerRadius = 20;
Custom Corner Radius

Last updated
Was this helpful?

