Set Shape Fill

How can I set a shape’s (that has image) Fill to Solid Fill

@renebert

Thanks for your inquiry. You can use FillColor property of Shape object to set solid fill color. Please check API reference for details. Hopefully it will help you to resolve the issue.

shape.FillColor = Color.Aqua;