AvalonEdit
IBackgroundRenderer Interface
NamespacesICSharpCode.AvalonEdit.RenderingIBackgroundRenderer
Background renderers draw in the background of a known layer. You can use background renderers to draw non-interactive elements on the TextView without introducing new UIElements.
Declaration Syntax
C#Visual BasicVisual C++
public interface IBackgroundRenderer
Public Interface IBackgroundRenderer
public interface class IBackgroundRenderer
Members
All MembersMethodsProperties



IconMemberDescription
Draw(TextView, DrawingContext)
Causes the background renderer to draw.

Layer
Gets the layer on which this background renderer should draw.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238