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.FlipVertically Property

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

#Declaration

Delphi
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