Click or drag to resize

ItemLocationByGridForceFitIntoCell Property

If true, the scale and rotation is taken into account, so that the object fits exactly into the grid cell.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool ForceFitIntoCell { get; set; }

Property Value

Boolean
true if scale and angle are taken into account to calculate the cell size; otherwise, false.
See Also