display property

display property

Gets the display behavior of an element.

Definition:

@property
def display(self):
    ...

See Also