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