New to Telerik UI for WPFStart a free 30-day trial

Represents a base class for an observable graph source.

Definition

Constructors

C#
public ObservableGraphSourceBase()

Methods

Creates a link based on the associated source and target nodes.

C#
public virtual ILink CreateLink(object source, object target)
Parameters:sourceobject

The source node.

targetobject

The target node.

Returns:

ILink

Returns the created link.

Creates a node based on an associated shape.

C#
public virtual object CreateNode(IShape shape)
Parameters:shapeIShape

The associated shape.

Returns:

object

Returns the created node.