New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.DiagramShapeConnector

Defines the connectors the shape owns.You can easily define your own custom connectors or mix-match with the above defined custom connectors.Example - custom shape with custom connectorsThe following defines a custom shape with connectors adapted to the shape's outline. Note in particular the various helpful methods (right(), left(), top()) to define positions relative to the shape.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.DiagramShapeConnector

Properties

Description String

The connector description.

Name String

The connector name. Predefined names include:

Position String

The function that positions the connector.

In this article