You can attach text to your VisualBots object to indicate a property state, to serve as an icon, or to prompt the user for an action.
The VisualBots object model gives you full control over text appearance and behavior through the Text object. You can change the font, color, alignment, rotation, and how text moves with the object it is attached to. The following example illustrates a few of the ways text can be modified.

Using Text to Indicate a Property State
You can use text to indicate the value of a Bot or Cell object's property by assigning the property to the Text object's Caption on each simulation step. Below is an example illustrating the use of the Text object to indicate each Bot object's heading in degrees.
