Click or drag to resize

TextGraphicControllerTextSelection Property

Gets or sets the selection range within the text.

Namespace: Altaxo.Gui.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public (int Start, int Length) TextSelection { get; set; }

Property Value

ValueTupleInt32, Int32
See Also