ITabBeforeObjectAngleChangeEventArgs.NewValue

Syntax

NewValue: Double;

Description

The NewValue property determines the angle, by which a object is rotated.

Comments

Angle value is always positive and is counted clockwise. For example, if an object is rotated clockwise by 15 degrees, the property returns 15, if an object is rotated by 15 degrees counterclockwise, the value is 345.

Example

The property use is given in the example for TabSheetBox.OnBeforeObjectChange.

See also:

ITabBeforeObjectAngleChangeEventArgs