Interface IGraphSource
Describes the elements of an MVVM graph source.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public interface IGraphSource
Properties
Items
Gets the items.
Declaration
IEnumerable Items { get; }
Property Value
System.Collections.IEnumerable
|
Links
Gets the links.
Declaration
IEnumerable<ILink> Links { get; }
Property Value
System.Collections.Generic.IEnumerable<ILink>
|