Click or drag to resize

ResizeGraphOptionsNewRootLayerSize Property

Gets or sets the new size of the root layer (after resizing).

Namespace: Altaxo.Graph.Graph2D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD2D? NewRootLayerSize { get; set; }

Property Value

NullablePointD2D
The new size of the root layer (after resizing).
See Also