property Layer.RotateType as RotateTypeEnum
Returns or sets a value that indicates whether the layer's rotation is performed fast, by shearing ( high quality rotation ), ...

TypeDescription
RotateTypeEnum A RotateTypeEnum expression that specifies the method the rotation of the layer is performed.
By default, the RotateType property is exRotateFast. The RotateType property specifies whether the layer's rotation is performed fast, by shearing ( high quality rotation ), ... Use the DefaultLayer(exDefLayerDefaultRotateType) property to specify the default value for the RotateType property, before adding any layer. 

The following screen shot shows the hands of the clock, while the RotateType property is exRotateBilinearInterpolation:

The following screen shot shows the hands of the clock, while the RotateType property is exRotateFast (by default):

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: