AvalonEdit
InsertLayer Method (layer, referencedLayer, position)
NamespacesICSharpCode.AvalonEdit.RenderingTextViewInsertLayer(UIElement, KnownLayer, LayerInsertionPosition)
Inserts a new layer at a position specified relative to an existing layer.
Declaration Syntax
C#Visual BasicVisual C++
public void InsertLayer(
	UIElement layer,
	KnownLayer referencedLayer,
	LayerInsertionPosition position
)
Public Sub InsertLayer ( _
	layer As UIElement, _
	referencedLayer As KnownLayer, _
	position As LayerInsertionPosition _
)
public:
void InsertLayer(
	UIElement^ layer, 
	KnownLayer referencedLayer, 
	LayerInsertionPosition position
)
Parameters
layer (UIElement)
The new layer to insert.
referencedLayer (KnownLayer)
The existing layer
position (LayerInsertionPosition)
Specifies whether the layer is inserted above,below, or replaces the referenced layer

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