GoXam for WPF v3
ILinksModel Interface Properties

Northwoods.GoXam.Model Namespace : ILinksModel Interface

For a list of all members of this type, see ILinksModel members.

Public Properties
 NameDescription
 Property Gets or sets the format of this model's data. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 PropertyThis property is true during a call to ChangeModel, indicating a change happening due to an undo or a redo. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Property True if there is an UndoManager and a transaction has been started. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Property Gets or sets whether this model is considered changed from an earlier state. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Property The collection of link data objects  
 Property Gets or sets whether various model-changing methods are enabled. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Property A name for this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Property Gets or sets the collection of node data items for the model. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 PropertyGets or sets a flag that controls whether the model notifies any UndoManager that a change has occurred. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 PropertyGets or sets the UndoManager for this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Property This property controls the overall graph structure that may be drawn.  
 Property This property controls whether link data must always connect to node data at both ends of the link.  
Top
See Also

Reference

ILinksModel Interface
Northwoods.GoXam.Model Namespace
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class