An specialized subclass of the EdgeSelectionRenderer that can install the highlight rendering 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 EdgeHighlightRenderer : EdgeSelectionRenderer
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class EdgeHighlightRenderer _
	Inherits EdgeSelectionRenderer

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..::..EdgeHighlightRenderer

See Also