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.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)]
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