Specifies where a new layer is inserted, in relation to an old layer.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum LayerInsertionPosition
Public Enumeration LayerInsertionPosition
public enum class LayerInsertionPosition
Members
Member | Description |
---|---|
Below |
The new layer is inserted below the specified layer.
|
Replace |
The new layer replaces the specified layer. The old layer is removed
from the Layers collection.
|
Above |
The new layer is inserted above the specified layer.
|
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238