An implementation of the IModelItemInstaller<(Of <(<'T>)>)> interface that can install the selection outline of an IEdge.

Namespace: yWorks.yFiles.UI.Drawing
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 EdgeSelectionRenderer : ISelectionInstaller, 
	IHighlightInstaller, IFocusIndicatorInstaller, IModelItemInstaller<Object>
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class EdgeSelectionRenderer _
	Implements ISelectionInstaller, IHighlightInstaller, IFocusIndicatorInstaller, IModelItemInstaller(Of Object)

Remarks

This will installICanvasObject during installation, that will render the path and the bends of an edge using a pen for the path and a drawing for the bends.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..EdgeSelectionRenderer
    yWorks.yFiles.UI.Drawing..::..EdgeFocusIndicatorRenderer
    yWorks.yFiles.UI.Drawing..::..EdgeHighlightRenderer

See Also