Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IBend : IModelItem, ILookup, ITagOwner |
| Visual Basic |
|---|
Public Interface IBend _ Inherits IModelItem, ILookup, ITagOwner |
Remarks
This interface provides read-only access to the properties of a bend.
In order to modify the state of an instance use the various methods provided by the
IGraph this instance belongs to.
Bends are stored in IListEnumerable<IBend>s, that
can be obtained from the IEdge implementation that owns this bend.
Like all items in an IGraph, this item supports the
Lookup(Type) method that can be used
to query additional aspects of the item.