Specifies how the background image of an object is tiled.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum BackgroundRepeat |
Visual Basic
![]() |
---|
Public Enum BackgroundRepeat |
Member name | Value | Description | |
---|---|---|---|
![]() |
None |
0 | No value is set and the default css value is considered. |
![]() |
Repeat |
1 | Default. Image is repeated horizontally and vertically. |
![]() |
NoRepeat |
2 | Image is not repeated. |
![]() |
RepeatX |
3 | Image is repeated horizontally. |
![]() |
RepeatY |
4 | Image is repeated vertically. |
These values can be assigned to the Repeat property of the CssBackground class.