AutoOrientation: Boolean;
The AutoOrientation property controls ability of autoorientation for canvas label.
Available Values:
true. Automatic definition of canvas label orientation is enabled (default).
false. Automatic definition of canvas label orientation is disabled.
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.
The example of use is given on the page with description of the CanvasLabel constructor.