MindFusion.Scheduling for ASP.NET Programmer's Guide
BackgroundRepeat Enumeration
See Also
 





Specifies how the background image of an object is tiled.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum BackgroundRepeat

Visual Basic  Copy Code

Public Enum BackgroundRepeat

 Members

  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.

 Remarks

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

 See Also

MindFusion.Scheduling Namespace