1
Suggestions and Requests / Re: Set label visibility for all connectors
« on: April 08, 2009, 04:50:31 pm »Quote
In the automation interface, DiagramLink.IsHidden should be the property you need (I've never tried it out, though).Thanks for your quick response. I don't think the DiagramLink.IsHidden is what I am looking for, I want to be able to hide specific labels for every connector, not hide the complete connector, e.g. hide the middle bottom label on every connector.
Edit:
Ah, I found it, but the way to use it is not really nice. There's a Geometry field in DiagramLink as well, it's a string member, with semicolon separated values in it. With some ugly search and replace actions, I could get this running, but the code wouldn't be very elegant...
