stroked property
Shape.stroked property
Defines whether the path will be stroked.
@property
def stroked(self) -> bool:
...
@stroked.setter
def stroked(self, value: bool):
...
Remarks
This is a shortcut to the Stroke.on property.
The default value is True
.
See Also
- module aspose.words.drawing
- class Shape