Skip to main content

TdxSpreadSheetContainerTransform.FlipVertically Property

Specifies if the floating container object‘s content is flipped along the vertical axis.

Declaration

property FlipVertically: Boolean read; write;

Property Value

Type
Boolean

Remarks

Set this property to True in order to swap positions of every pair of pixels equidistant from the horizontal line that splits the container into two equal parts (i.e., the inversion axis). To flip the container’s content (whether it is a color gradient or bitmap image) back to its original state, set the FlipVertically property to False.

The FlipVertically Property Value

Example

The Shape Container

The Text Box Container

True

False

Note

Both the horizontal and vertical flipping container transformations are applied before rotation. The vertical flipping transformation cannot be applied to cell comment containers.

The default value of the FlipVertically property is False.

See Also