background_attachment property

background_attachment property

See the background-attachment property definition in CSS2.

Definition:

@property
def background_attachment(self):
    ...
@background_attachment.setter
def background_attachment(self, value):
    ...

See Also