LockWidth Property

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

Applies to: Shape object

Syntax

[[Let] lockWidthRet =] object.LockWidth

[Let] object.LockWidth = lockWidthSet

The LockWidth property syntax has these parts:

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

Remarks

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

 

See Also

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