stroke_brush property
stroke_brush property
Gets or sets the stroke brush. See IBrush
.
Definition:
@property
def stroke_brush(self):
...
@stroke_brush.setter
def stroke_brush(self, value):
...
See Also
- module
aspose.svg.rendering
- class
IBrush
- class
ICanvasContext