Skip to main content

TdxImageLayout Enum

Declaration

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

Members

Name
ilImageTopLeft
ilImageTopCenter
ilImageTopRight
ilImageCenterLeft
ilImageCenterCenter
ilImageCenterRight
ilImageBottomLeft
ilImageBottomCenter
ilImageBottomRight
See Also