Interface
ILink

Represents a link between two shapes.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public interface ILink

Properties

Gets or sets the source.

Declaration

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

Property Value

object

The source.

Gets or sets the target.

Declaration

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

Property Value

object

The target.

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