Icon TBackgroundImageSizeType

Unit: WebUI

TBackgroundImageSizeType = (stNone,stSpecified,stContain,
      stCover)

Available In: Client Applications

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

ElementDescription
stContainSpecifies that the background image should be proportionally sized so that it fits within the bounds of the element or control.
stCoverSpecifies that the background image should be proportionally sized so that the image covers the bounds of the element or control.
stNoneSpecifies that the background image should not be sized and should remain its original size.
stSpecifiedSpecifies that the background image should be sized according to the TBackgroundImage Width and Height properties.
Image