Click or drag to resize

CardinalSplinePointsControllerCurvePointsEditable Property

Gets or sets the editable collection of curve points.

Namespace: Altaxo.Gui.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollection<CardinalSplinePointsControllerPointD2DClass> CurvePointsEditable { get; set; }

Property Value

ObservableCollectionCardinalSplinePointsControllerPointD2DClass
See Also