Skip to main content

TdxSpreadSheetContainerTransform.FlipHorizontally Property

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

Declaration

property FlipHorizontally: 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 vertical 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 FlipHorizontally property to False.

The FlipHorizontally Property Value Example
True
False

Note

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

The default value of the FlipHorizontally property is False.

See Also