Click or drag to resize

FixedColumnWidthWithoutTabSeparationStrategyControllerPositions Property

Gets or sets the list of start positions.

Namespace: Altaxo.Gui.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollection<Boxed<int>> Positions { get; set; }

Property Value

ObservableCollectionBoxedInt32
See Also