An enumeration of well-known layers.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum KnownLayer
Public Enumeration KnownLayer
public enum class KnownLayer
Members
Member | Description |
---|---|
Background |
This layer is in the background.
There is no UIElement to represent this layer, it is directly drawn in the TextView.
It is not possible to replace the background layer or insert new layers below it.
|
Selection |
This layer contains the selection rectangle.
|
Text |
This layer contains the text and inline UI elements.
|
Caret |
This layer contains the blinking caret.
|
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238