ASP.NET Pack Programmer's Guide
CssBackground.Repeat Property
See Also
 





Gets or sets the repeat style of the background image.

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

 Syntax

C#  Copy Code

public BackgroundRepeat Repeat { get; set; }

Visual Basic  Copy Code

Public Property Repeat As BackgroundRepeat

 Property Value

One of the BackgroundRepeat enumeration values. Default is BackgroundRepeat.None.

 Remarks

The repeat-x and repeat-y values make the image repeat horizontally and vertically, respectively, creating a single band of images from one side to the other. This property can be set with other background properties by using the background composite property.

 See Also

CssBackground Members
CssBackground Class
MindFusion.Scheduling Namespace