enum BackgroundRepeat : System.Enum

robot_2Generated
code_blocksInput

Description

The BackgroundRepeat enum in the Sandbox.UI namespace defines possible values for the background-repeat CSS property. It specifies how background images are repeated within an element.

Members

Static Fields

Member NameSummary
RepeatRepeat the background image on X and Y axises.
RepeatXRepeat the background image on X axis.
RepeatYRepeat the background image on Y axis.
NoRepeatDo not repeat the background image.
ClampStretch the edges of the image to fill empty space.