Skip to main content

TdxLayoutImageItem Class

An auxiliary layout item used as an image container.

Declaration

TdxLayoutImageItem = class(
    TdxCustomLayoutLabeledItem
)

Remarks

An image layout item can be used to embed an image and let end-users easily drag and drop this item in customization mode (see the item’s Image property). Refer to the Image Item help topic, for details.

To learn how to create, arrange, and resize layout elements, refer to the How to Create Layout Items and Groups, Arranging Layout Items and Groups, and Resizing Layout Items and Groups topics.

See Also