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