Gets or sets the repeat style of the background image.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public BackgroundRepeat Repeat { get; set; } |
Visual Basic
![]() |
---|
Public Property Repeat As BackgroundRepeat |
One of the BackgroundRepeat enumeration values. Default is BackgroundRepeat.None.
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.