ShowAlignBox Property

A Boolean type property. A flag that specifies whether to show the shape's alignment box. True - the alignment box is visible. False - the alignment box is not visible.

Applies to: Shape object

Syntax

[[Let] booleanRet =] object.ShowAlignBox

[Let] object.ShowAlignBox = booleanSet

The ShowAlignBox property syntax has these parts:

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

Remarks

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

 

See Also

NonPrinting property, ResizeBehaviour property, ShowControlHandles property, ShowShapeHandles property, ShowText property