Centering a shape

R

RC

When I drag a shape from the stencil I want it to automatically center on the
drawing. I can do it manually everytime but I notice that some standard
visio shapes do automatically centre. How do I do this
 
P

Paul Herber

When I drag a shape from the stencil I want it to automatically center on the
drawing. I can do it manually everytime but I notice that some standard
visio shapes do automatically centre. How do I do this

You cen eithet edit the master shape, copy the stencil to My Shapes
and edit it there, or if only for a single document then edit the
version in the Document Stencil ...

Open the master shape, edit the shape's shapesheet and set cells:

PinX = ThePage!PageWidth/2
PinY = ThePage!PageHeight/2
 
Top