TClrCustomControl.BackgroundImageLayout Property
Gets or sets the background image layout as defined in the ImageLayout enumeration.
protected property BackgroundImageLayout: TImageLayout read GetBackgroundImageLayout write SetBackgroundImageLayout default TImageLayout.ilTile;
Use the BackgroundImageLayout property to specify the position and behavior of an image you have placed onto a control. BackgroundImageLayout takes effect only if the BackgroundImage property is set.