CanvasLabel.AutoOrientation

Syntax

AutoOrientation: Boolean;

Description

The AutoOrientation property controls ability of autoorientation for canvas label.

Comments

Available Values:

Label orientation is its vertical or horizontal position on canvas. If autoorientation is enabled, value of the CanvasLabel.Vertical property is used, otherwise it is not used.

Example

The example of use is given on the page with description of the CanvasLabel constructor.

CanvasLabel