Specifies how the background image of an object is tiled.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum BackgroundRepeat |
Visual Basic
![]() |
---|
Public Enum BackgroundRepeat |
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. |
These values can be assigned to the Repeat property of the CssBackground class.