Ensures that the width and height of the object stay in proportion.  
 Supported platforms: Windows only 
Signature
VBA:
object.LockAspectRatio
- object 
- 
Type:
OLE
  The object this property applies to.  
Property Value
Read-only: No 
Type: Boolean 
- True: The proportion of the width to the height of the object is locked. 
- False: The proportion of the width to the height of the object is not locked. 
Remarks
 No additional remarks. 
Examples
VBA:
Not available
Visual LISP:
Not available