Interface
ILink<T>

Represents a link between two shapes.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Type Parameters:

T

The type of link.

Syntax:

cs-api-definition
public interface ILink<T> : ILink

Properties

Gets or sets the source.

Declaration

cs-api-definition
T Source { get; set; }

Property Value

T

The source.

Gets or sets the target.

Declaration

cs-api-definition
T Target { get; set; }

Property Value

T

The target.

In this article
DefinitionPropertiesSourceTarget
Not finding the help you need?
Contact Support