This property returns or sets the color of the border.
The value of this property is the decimal value of a color, which you can get using the RGB method in Application.
Defined in
Data type
int
Syntax
public int getColor() public void setColor(int color)
See examples