Interface ILink
Represents a link between two shapes.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public interface ILink
Properties
Source
Gets or sets the source.
Declaration
object Source { get; set; }
Property Value
System.Object
The source. |
Target
Gets or sets the target.
Declaration
object Target { get; set; }
Property Value
System.Object
The target. |