LockHeight Property

A Boolean type property. A flag that specifies whether to allow changing the shape's height when the shape is resized. True - height is protected from resizing, False - height is not protected from resizing.

Applies to: Shape object

Syntax

[[Let] lockHeightRet =] object.LockHeight

[Let] object.LockHeight = lockHeightSet

The LockHeight property syntax has these parts:

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

Remarks

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

 

See Also

Height property (Shape object), LockAspect property, LockBegin property, LockCalcWH property, LockDelete property, LockEnd property, LockFlipX property, LockFlipY property, LockMoveX property, LockMoveY property, LockRotate property, LockVertex property, LockWidth property