Hello,
i have the problem that the style properties of a Shape are sometimes null.
You can reproduce it with the following code:
Diagram diagram = new Diagram();
var page = diagram.Pages[0];
long recShapeId = page.Dr…...that the style properties of a shape are sometimes null. You can...Aspose.Diagram.Shape drawedShape = page.Shapes.GetShape(recShapeId);...