TextGraphicControllerInsertBeforeAndAfterSelectedText Method |
Inserts modifiers before and after the currently selected text.
Namespace: Altaxo.Gui.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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