ColoredRectangleRuntime
Code Example
var coloredRectangleInstance = new ColoredRectangleRuntime();
coloredRectangleInstance.Width = 120;
coloredRectangleInstance.Height = 24;
coloredRectangleInstance.Color = Color.White; // This is a Microsoft.Xna.Framework.Color
container.Children.Add(coloredRectangleInstance);

Last updated
Was this helpful?

