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