Specifies whether any property that requires an angle is measured in degrees or radians.
Syntax
object.AngleUnits [= enumAngleUnits]
Properties
The AngleUnits property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
EnumAngleUnits |
Specifies the angle measurement units. |
Settings
The settings for enumAngleUnits are:
Constant |
Value |
Description |
Degrees |
0 |
Angle is measured in degrees. (Default) |
Radians |
1 |
Angle is measured in radians. |
Remarks
Not all objects contain the RotationAngle property. For example, the Oval object does not have a RotationAngle property.
The StartAngle and EndAngle properties are affected by the AngleUnits property.