Icon TBackgroundOrientationType

Unit: WebUI

TBackgroundOrientationType = (otBounds,otBorder,otClient)

Available In: Client Applications

The TBackgroundOrientationType enumerated type is used with the TBackground class to specify how backgrounds should be positioned and clipped for UI elements and controls.

ElementDescription
otBorderSpecifies that the background should originate and/or be clipped based upon the bounding rectangle of the UI element or control, minus any border.
otBoundsSpecifies that the background should originate and/or be clipped based upon the bounding rectangle of the UI element or control.
otClientSpecifies that the background should originate and/or be clipped based upon the client rectangle of the border of the UI element or control. The client rectangle is the bounding rectangle minus any border or padding.
Image