Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

BackgroundRepeat Enumeration

Specifies how a background image tiles.

[Visual Basic]
Public Enum BackgroundRepeat
[C#]
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.

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic