Aspose::Cells::Drawing::Shape::SetSoftEdges method

Shape::SetSoftEdges method

Gets and sets the radius of blur to apply to the edges, in unit of points.

void Aspose::Cells::Drawing::Shape::SetSoftEdges(double value)

Examples

if (shape.GetSoftEdges() == 0)
{
    shape.SetSoftEdges(0.5);
}

See Also