BubbleTreeItem.setRotationDirection

Syntax

setRotationDirection(clockwise: Boolean);

Parameters

clockwise. Parameter indicating rotation direction type. If this parameter is set to true item rotates clockwise, otherwise it rotates counter-clockwise. If this parameter is not defined, item rotates counter-clockwise.

Description

The setRotationDirection method sets rotation direction for bubble tree item.

Example

The example of use is given in the page with description of the BubbleTreeItem.Color property.

See also:

BubbleTreeItem