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.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[SingletonSerializationAttribute]
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = false)]
public sealed class BendAnchoredPortLocationModel : IPortLocationModel, 
	ILookup
Visual Basic
<SingletonSerializationAttribute> _
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public NotInheritable Class BendAnchoredPortLocationModel _
	Implements IPortLocationModel, ILookup

Inheritance Hierarchy

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

See Also