ASP.NET Pack Programmer's Guide
BackgroundAttachment Enumeration
See Also
 





Specifies how the background image is attached to the object.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum BackgroundAttachment

Visual Basic  Copy Code

Public Enum BackgroundAttachment

 Members

  Member name Description

Fixed

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

None

No value for CSS background-attachment will be set.

Scroll

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