A simple IFocusIndicatorInstaller implementation that draws a rectangle of the bounds of the selected item.

Namespace: yWorks.Canvas.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 RectangularFocusPaintable : RectangularSelectionPaintable
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class RectangularFocusPaintable _
	Inherits RectangularSelectionPaintable

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Drawing..::..RectangularSelectionPaintable
    yWorks.Canvas.Drawing..::..RectangularFocusPaintable

See Also