Color (color)
The Color property sets the paint color for an element and all its children.
Type: Color.
Default value: Inherited from parent.
You can find the Color property in the Color category of the Properties view.
Example
You want the line item price to display red if below $100, and black if $100 or above. Enter the following expression for the Color property:
lineitemprice<100?Color.RED:Color.BLACK