Color property

This property returns or sets the primary color of the object.

The value of this property is the decimal value of a color which you can using the RGB method in the Application class.

Defined in

Font

Data type

int

Syntax

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

See examples

Example: Color property