Aspose::Cells::Drawing::Shape::SetIsDecorative method

Shape::SetIsDecorative method

Indicates whether the object is decorative.

void Aspose::Cells::Drawing::Shape::SetIsDecorative(bool value)

Examples

if (!shape.IsDecorative())
    shape.SetIsDecorative(true);

See Also