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
[[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. |
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.