LockAspect Property

A Boolean type property. A flag that specifies whether the shape can be resized unporportionally.True - only proportional resizing is the width and height of the shape is allowed. False - both proportional and unproportional resizing is possible.

Applies to: Shape object

Syntax

[[Let] lockAspectRet =] object.LockAspect

[Let] object.LockAspect = lockAspectSet

The LockAspect property syntax has these parts:

Part Description
object Required. An expression that returns a Shape object.
lockAspectRet Optional. A Boolean type variable.
lockAspectSet Required. An expression that returns a Boolean value.

Remarks

The LockAspect property is also a table parameter of the shape, that is, its value can be described by a formula. To work with LockAspect as a table parameter, use the CDPT_LOCKASPECT constant tag.

 

See Also

LockBegin property, LockCalcWH property, LockDelete property, LockEnd property, LockFlipX property, LockFlipY property, LockHeight property, LockMoveX property, LockMoveY property, LockRotate property, LockVertex property, LockWidth property