Table of Contents

Class ColorRect

A control that displays a solid color rectangle.

Inheritance
ColorRect

Remarks

Displays a rectangle filled with a solid color. If you need to display the border alone, consider using a Panel instead.

See Also

Properties

color

The fill color of the rectangle.

var color : Color = Color(1, 1, 1, 1)

Property Value

Color

Remarks