ChangeFloatingObjectRotationCommand Class
In This Article
A command to rotate a floating object.
#Declaration
TypeScript
declare class ChangeFloatingObjectRotationCommand extends ChangeFloatingObjectPropertyCommandBase<number>
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeFloatingObjectRotation property.
#Inheritance
ChangeFloatingObjectPropertyCommandBase<T>
ChangeFloatingObjectRotationCommand
See Also