property Layer.DefaultRotateAngle as Double
Specifies the default angle to rotate the layer.

TypeDescription
Double A Double expression that specifies the default angle to rotate the layer, in degree.
By default, the DefaultRotateAngle property is 0 degree ( which indicates that the layer is shown as it is ). The DefaultRotateAngle property specifies the default angle to rotate the layer. For instance, you can use the DefaultRotateAngle property to show the current layer in a different position, as an initial view. Use the DefaultLayer(exDefLayerDefaultRotateAngle) property to specify the default value for the DefaultRotateAngle property, before adding any layer. The RotateType property specifies whether the layer's rotation is performed fast, by shearing ( high quality rotation ), ... Change the Debug property of the DragInfo during the DragStart event to debug the rotation angles.

The following picture shows the rotation properties of the Layer, relative to the RotateCenterLayer layer:

Any of the following properties can be used to rotate the layer:

The following properties can be used to specify a different rotation center:

The following properties can be used to change the rotation center, while the layer's OnDrag property is exDoRotamove: