Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetContainerTransform.FlipHorizontally Property

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

#Declaration

Delphi
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