An specialized subclass of the EdgeSelectionRenderer that can install the focus indicator of an IEdge.

Namespace: yWorks.yFiles.UI.Drawing
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 EdgeFocusIndicatorRenderer : EdgeSelectionRenderer
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class EdgeFocusIndicatorRenderer _
	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..::..EdgeFocusIndicatorRenderer

See Also