Gets or sets the connector format type.
Declaration
ConnectorType Type { get; set; }
Property Type As ConnectorType
IShape connector = worksheet.Shapes.AddConnector(ConnectorType.Curve, 20, 20, 180, 120);
ConnectorType type = connector.ConnectorFormat.Type;