Icon TBackgroundImageRepeatStyle

Unit: WebUI

TBackgroundImageRepeatStyle = (rsBoth,rsHorizontal,rsVertical,
      rsNone)

Available In: Client Applications

The TBackgroundImageRepeatStyle enumerated type is used with the TBackgroundImage class to specify how background images should be tiled, if at all, for UI elements and controls.

Information The TBackgroundImage PositionType and SizeType properties, as well as the TBackground Origin and Clip properties, will affect how the background image is tiled.


ElementDescription
rsBothSpecifies that the background image should be tiled in both a horizontal and vertical direction.
rsHorizontalSpecifies that the background image should be tiled in a horizontal direction only.
rsNoneSpecifies that the background image should not be tiled.
rsVerticalSpecifies that the background image should be tiled in a vertical direction only.
Image