An implementation of the IPortLocationModel that can create IPortLocationModelParameters that describe the location of ports that are attached to the bends of IEdges.

Namespace: yWorks.yFiles.UI.PortLocationModels
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
[SingletonSerializationAttribute]
public sealed class BendAnchoredPortLocationModel : IPortLocationModel, 
	ILookup
Visual Basic
<SingletonSerializationAttribute> _
Public NotInheritable Class BendAnchoredPortLocationModel _
	Implements IPortLocationModel, ILookup

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.PortLocationModels..::..BendAnchoredPortLocationModel

See Also