InterfaceIConnector
Interface
Represents a connector point of a shape.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public interface IConnector : ISupportMouseOver, ICloneable, ISerializable
Inherited Members
Properties
AbsolutePosition
Gets the absolute or actual position of the connector with respect to the diagramming surface.
IsActive
Gets or sets a value indicating whether this instance is active.
Declaration
cs-api-definition
bool IsActive { get; set; }
Property Value
True if this instance is active; otherwise, false.
Name
Gets the name of the connector.
Declaration
cs-api-definition
string Name { get; set; }
Property Value
Remarks
This name is supposedly unique across a shape since it's used to access a connector.
Offset
Gets or sets the offset of the top-left corner of the shape. Its value range from 0 to 1.
Methods
CalculateRelativePosition(Size)
Calculates the relative position of the connector.