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





Specifies how the background image is attached to the object.

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

 Syntax

C#  Copy Code

public enum BackgroundAttachment

Visual Basic  Copy Code

Public Enum BackgroundAttachment

 Members

  Member name Value Description

None

0

No value for CSS background-attachment will be set.

Fixed

1

Background image stays fixed within the viewable area of the object.

Scroll

2

Background image scrolls with the object as the document is scrolled.

 Remarks

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

 See Also

MindFusion.Scheduling Namespace