Stencils and dynamic connectors

C

Caroline

I have 2 questions:

1 - Given an arrow (dynamic connector), how can I get the Shape
it is going out of , and the shape it is pointing to?
Shape1 -----> Shape2

2 - I need Stencils to share some common Custom Properties.
How can I make all the Shapes/Stencils/Masters (whatever you call them)
inherit these properties from somewhere instead of defining them
for each single one?

Thank you
 
J

John Marshall, MVP

All 1-d shapes (connectors) have a "Begin" and an "End". The line end can be
different for each end of the line.

You can add custom properties to the master shapes on the drawing's stencil
and the shapes on the drawing will inherit the properties. Alternatively,
you can use VBA code to add Custom properties shapes in a drawing or several
stencils.

John... Visio MVP

Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
Need VBA examples? http://www.mvps.org/visio/VBA.htm
Common Visio Questions http://www.mvps.org/visio/common_questions.htm
 
C

Caroline

Thank you for your response;
Let me rephrase my question:

I want all the master shapes on the drawing's stencil to
share common properties.
How can I make them inherit these properties from somewhere
instead of defining them for each single one?

Caroline
 
M

Mark Nelson [MS]

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top