left property
left property
See the left property definition in CSS2.
Definition:
@property
def left(self):
    ...
@left.setter
def left(self, value):
    ...
See Also
- module aspose.html.dom.css
- class ICSS2Properties
See the left property definition in CSS2.
@property
def left(self):
    ...
@left.setter
def left(self, value):
    ...
aspose.html.dom.cssICSS2Properties