Table of Contents
BackgroundRepeat Enumeration

Specifies how a background image tiles.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum BackgroundRepeat
Members
Member Name Description
NotSet The tile mode is not set. Runtime will try to use the value from look item. If none is available, RepeatXY is used.
None Do not repeat the background image.
RepeatX Image is repeated horizontally.
RepeatY Image is repeated vertically.
RepeatXY Image is repeated horizontally and vertically.
See Also