ASP.NET Pack Programmer's Guide
BackgroundRepeat Enumeration
See Also
 





Specifies how the background image of an object is tiled.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum BackgroundRepeat

Visual Basic  Copy Code

Public Enum BackgroundRepeat

 Members

  Member name Description

None

No value is set and the default css value is considered.

NoRepeat

Image is not repeated.

Repeat

Default. Image is repeated horizontally and vertically.

RepeatX

Image is repeated horizontally.

RepeatY

Image is repeated vertically.

 Remarks

These values can be assigned to the Repeat property of the CssBackground class.

 See Also

MindFusion.Scheduling Namespace