An implementation of IPositionHandler that shows the various label position candidates and lets the user move a label to one of those candidate positions.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = false)]
public class LabelPositionHandler : IPositionHandler, 
	IDragHandler, IPoint
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class LabelPositionHandler _
	Implements IPositionHandler, IDragHandler, IPoint

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Input..::..LabelPositionHandler

See Also