FlipY Property

A Boolean type property. Specifies whether or not the shape is flipped vertically. False - the shape is not flipped. True - the shape is flipped vertically.

Applies to: Shape object

Syntax

[[Let] flipYRet =] object.FlipY

[Let] object.FlipY = flipYSet

The FlipY property syntax has these parts:

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

Remarks

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

 

See Also

FilpX property, Property Tags Constants