Table of Contents

Interface IDiagramData

Namespace
H.Controls.Diagram.Presenter.DiagramDatas.Base
Assembly
H.Controls.Diagram.Presenter.dll
public interface IDiagramData : ICloneable, IDable, INameable, IGroupable
Inherited Members
Extension Methods

Properties

LinkDatas

IList<ILinkData> LinkDatas { get; }

Property Value

IList<ILinkData>

NodeDatas

IList<INodeData> NodeDatas { get; }

Property Value

IList<INodeData>