Skip to main content

ChangeFloatingObjectLockAspectRatioCommand Class

A command to lock a floating object’s aspect ratio.

#Declaration

TypeScript
declare class ChangeFloatingObjectLockAspectRatioCommand extends ChangeFloatingObjectPropertyCommandBase<boolean>

#Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeFloatingObjectLockAspectRatio property.

#Inheritance

ChangeFloatingObjectPropertyCommandBase<T>
ChangeFloatingObjectLockAspectRatioCommand
See Also