How to Access Visio Shape User Properties

I’m trying to determine how to access the shape user property values in my visio drawing. The prop collection for the shapes is empty. Any thoughts?



Dear Bernie,

I can read custom properties defined in the shape data using shape.Props API. Can you please share your sample to reproduce the issue?

Best Regards,

Thank you for responding. Here’s a sample Visio diagram with a few shapes that contain user properties. The Props collection is empty when I examine the shapes in code using the Aspose.Diagram library.