Icon TBackgroundImagePositionType

Unit: WebUI

TBackgroundImagePositionType = (ptSpecified,ptTopLeft,
      ptTopCenter,ptTopRight, ptCenterLeft,ptCenterCenter,
      ptCenterRight, ptBottomLeft,ptBottomCenter,ptBottomRight)

Available In: Client Applications

The TBackgroundImagePositionType enumerated type is used with the TBackgroundImage class to specify how background images should be positioned for UI elements and controls.

ElementDescription
ptBottomCenterSpecifies that the background image should be centered horizontally at the bottom of the containing element or control.
ptBottomLeftSpecifies that the background image should be displayed at the bottom-left of the containing element or control.
ptBottomRightSpecifies that the background image should be displayed at the bottom-right of the containing element or control.
ptCenterCenterSpecifies that the background image should be centered horizontally and vertically within the containing element or control.
ptCenterLeftSpecifies that the background image should be centered vertically at the left of the containing element or control.
ptCenterRightSpecifies that the background image should be centered vertically at the right of the containing element or control.
ptSpecifiedSpecifies that the background image should be positioned according to the TBackgroundImage Left and Top properties.
ptTopCenterSpecifies that the background image should be centered horizontally at the top of the containing element or control.
ptTopLeftSpecifies that the background image should be displayed at the top-left of the containing element or control.
ptTopRightSpecifies that the background image should be displayed at the top-right of the containing element or control.
Image