ICSS2Properties.BackgroundRepeat

ICSS2Properties.BackgroundRepeat property

If a background image is specified, this property specifies whether the image is repeated (tiled), and how. All tiling covers the content and padding areas of a box. Values have the following meanings:

repeat - The image is repeated both horizontally and vertically.repeat-x - The image is repeated horizontally only.repeat-y - The image is repeated vertically only.no-repeat - The image is not repeated: only one copy of the image is drawn.

public string BackgroundRepeat { get; set; }

Return Value

background-repeat property

Property Value

The background repeat value from the list as it defined above.

See Also