Hey,
Hi Garkler,
I like to share that Aspose.Slides for .NET allows you to add the shapes in master slide as well as normal slides. Adding the shape in master slide will inherit the shape the shape for every normal slide that will use that master slide. Aspose.Slides for .NET offers the slides locks properties that can be applied to make the watermark un-editable. The shape Z-Order property can be used to bring the shape in front of rest of other shapes as well. I will share the documentation links for shape locking and setting Z-Order property in some time as the documentation server is down at the moment.
Thanks and Regards,
Hey Mudassir,
Hi Garkler,
I like to share that there is no direct property for setting the transparency of the shape background color or text color. There is alpha value associated with the color that can be used for setting the transparency. Its value ranges from 0 to 255. 0 means total transparent and 255 mean no transparency. Please use the code snippet shared on this thread link to apply transparency effect on shapes.
Thanks and Regards,
Hey,