Rectangle.BottomRightColor
From Xojo Documentation
Property (As Color )
aRectangle.BottomRightColor = newColorValue
or
ColorValue = aRectangle.BottomRightColor
Supported for all project types and targets.
or
ColorValue = aRectangle.BottomRightColor
Supported for all project types and targets.
The color of the bottom and right edges of the rectangle.
Example
This example sets the BottomRightColor to one of the standard colors. This code is in the Open event of the control.