RoundedRectangleRuntime
Introduction
Code Example
var roundedRectangle = new RoundedRectangleRuntime();
MainStack.Children.Add(roundedRectangle);
roundedRectangle.Width = 100;
roundedRectangle.Height = 100;
roundedRectangle.CornerRadius = 20;
roundedRectangle.Color = SKColors.Blue;
Last updated
Was this helpful?

