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