int Slider.BackgroundGraphic;
Gets/sets the sprite used to draw the slider background. This image is tiled along the length
of the slider.
The background graphic can be set to 0, which will draw the default grey slider background.
Example:
Display("sldHealth's background is sprite %d", sldHealth.BackgroundGraphic);
displays the sldHealth slider's background image
Compatibility: Supported by AGS 3.1.0 and later versions.
See Also: Slider.HandleGraphic
|