Back to Devexpress

TdxImageLayout Enum

vcl-dxpscore-74611856.md

latest568 B
Original Source

TdxImageLayout Enum

Declaration

delphi
TdxImageLayout = (
    ilImageTopLeft,
    ilImageTopCenter,
    ilImageTopRight,
    ilImageCenterLeft,
    ilImageCenterCenter,
    ilImageCenterRight,
    ilImageBottomLeft,
    ilImageBottomCenter,
    ilImageBottomRight
);

Members

Name
ilImageTopLeft
ilImageTopCenter
ilImageTopRight
ilImageCenterLeft
ilImageCenterCenter
ilImageCenterRight
ilImageBottomLeft
ilImageBottomCenter
ilImageBottomRight

See Also

dxPSCore Unit