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

IdxRichEditShape.ZOrder Property

Specifies the floating shape’s custom Z-order.

#Declaration

Delphi
property ZOrder: Integer read; write;

#Property Value

Type
Integer

#Remarks

You can place floating pictures or text boxes in each of the three document layers, from bottom to top:

The floating shape’s default Z-order in an individual document layer depends on the shape’s index in the parent document’s collection (that is, the last shape created within the same layer is always on top). You can use the ZOrder property to rearrange the shapes paint order.

The default ZOrder property value is 0.

See Also