line_width property
line_width property
Gets or sets the line width.
Definition:
@property
def line_width(self):
...
@line_width.setter
def line_width(self, value):
...
See Also
- module
aspose.svg.rendering
- class
ICanvasContext
Gets or sets the line width.
@property
def line_width(self):
...
@line_width.setter
def line_width(self, value):
...
aspose.svg.rendering
ICanvasContext