soft_edges property
soft_edges property
Gets and sets the radius of blur to apply to the edges, in unit of points.
Example
shape.soft_edges = 0.5
Definition:
@property
def soft_edges(self):
    ...
@soft_edges.setter
def soft_edges(self, value):
    ...
See Also
- module aspose.cells.drawing
- class RectangleShape