Click or drag to resize

TextGraphicControllerInsertBeforeAndAfterSelectedText Method

[Missing <summary> documentation for "M:Altaxo.Gui.Graph.Graph3D.Shapes.TextGraphicController.InsertBeforeAndAfterSelectedText(System.String,System.String)"]


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

Parameters

insbefore  String

[Missing <param name="insbefore"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Shapes.TextGraphicController.InsertBeforeAndAfterSelectedText(System.String,System.String)"]

insafter  String

[Missing <param name="insafter"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Shapes.TextGraphicController.InsertBeforeAndAfterSelectedText(System.String,System.String)"]

See Also