Apply Theme To Shape
Contents
[
Hide
]
Set Theme Color to a Shape in Visio
This topic elaborates how developers can apply theme color to a shape using Aspose.Diagram for .NET.
The code below shows how to:
- Load a sample diagram.
- get a particular page.
- get a particular shape.
- set theme of the shape.
- save diagram
Set Theme to a shape Programming Sample
Use the following code in your .NET application to set appearance of the connector type shape using Aspose.Diagram for .NET.