ConnectorType Attribute

Internet Development Index

Indicates the type of connector used for joining shapes. Read/write String.

Applies To

Shape

Tag Syntax

<v:element o:connectortype="expression">

Remarks

Values include:

Value Description
none No connector.
straight Default. A straight connector.
elbow An elbow-shaped connector.
curved A curved connector.

This attribute may also be used by a rules engine of a graphical editor.

Microsoft Office Extensions Attribute

Example

The shape uses a straight line as a connector.

   <v:rect id=myrect fillcolor="red" o:connectortype="straight"
   style="position:relative;top:1;left:1;width:20;height:20">
   </v:rect>