Angle Property

A Double type property. Represents the angle to which the shape is rotated clockwise around its rotation center (GPinX, GPinY properties). The angle is measured with respect to the horizontal axis, in the coordinate system of the parent shape (parent group or page).

Applies to: ServObj object, Shape object

Syntax

[[Let] angleRet =] object.Angle

[Let] object.Angle = angleSet

The Angle property syntax has these parts:

Part Description
object Required. An expression that returns a Window object.
heightRet Optional. A Double type variable.
angleSet Required. An expression that returns a Double value.

Remarks

The Angle property is also a table parameter of the shape, that is, its value can be described by a formula. To work with Angle as a table parameter, use the CDPT_ANGLE constant tag.

The angle values are specified in radians.

 

See Also

Angle property, GPinX property, GPinY property, FlipX property, FlipY property, Height property, LPinX property, LPinY property, Width property