Color property

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

Border

Data type

int

Syntax

public int getColor()
public void setColor(int color)

See examples

Example: Border