Helper interface used by GraphEditorInputMode and the like that
can be used to customize the label editing experience.
Namespace: yWorks.yFiles.UI.InputAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface IEditLabelHelper |
| Visual Basic |
|---|
Public Interface IEditLabelHelper |
Remarks
Implementations of this interface can be put into the ILookup of
ILabeledItems and ILabels so that it is possible to
tweak the behavior on a case by case basis.