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

Syntax

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

Inheritance Hierarchy

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

See Also