Click or drag to resize

PolygonClosedD2DParent Property

Gets or sets the parent of this polygon.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PolygonClosedD2D? Parent { get; set; }

Property Value

PolygonClosedD2D
The parent.
See Also