float property

float property

See the float property definition in CSS2.

Definition:

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

See Also