Click or drag to resize

HostLayerPosition Property

Gets or sets the cached absolute position of the layer.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointD3D Position { get; set; }

Property Value

PointD3D

Implements

IGraphicBasePosition
See Also