AutoRotate Property

See Also Applies To Example Model

True if text automatically rotates with the object it is attached to. Read/write Boolean.

Remarks

Set this property to True to rotate text in the same direction as a Bot object's heading. If set to True, then the Rotation property is ignored.

Example

The following example effectively sets the shape icon for all Bot objects to the letter "T".

Bots.Shape.Icon = vbtNoShape

Bots.Text = "T"

Bots.Text.Alignment = vbtCenterAlign

Bots.Text.AutoRotate = True