Aspose::Cells::Drawing::Shape::GetSoftEdges method

Shape::GetSoftEdges method

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

double Aspose::Cells::Drawing::Shape::GetSoftEdges()

Examples

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

See Also