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 Basic | Visual C++ |
public interface IBackgroundRenderer
Public Interface IBackgroundRenderer
public interface class IBackgroundRenderer
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
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