Dashed lines for connectors in Diagram

Is there any way to implement different dashed line styles for Shape connectors with use of Aspose.Diagram in Java (like on the screenshot)?
Dashed line connectors.png (9.5 KB)

Didn’t find any solution in the references.

@iteraplan,

The Line member of the Shape instance, helps to set the line pattern. Please refer to this help topic: Set Visio Shape’s Line Data

@imran.rafique, thanks, everything looks good now!