Click or drag to resize

TextGraphicControllerInsertBeforeAndAfterSelectedText Method

Inserts text before and after the selected text.

Namespace: Altaxo.Gui.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void InsertBeforeAndAfterSelectedText(
	string insbefore,
	string insafter
)

Parameters

insbefore  String
The text to insert before the selection.
insafter  String
The text to insert after the selection.
See Also