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