Click or drag to resize

RectangularBackgroundDistance Property

Gets or sets the user defined distance. If this value is null, the background class has to find an appropriate distance in the Measure(RectangleD3D) step by itself.

Namespace: Altaxo.Graph.Graph3D.Background
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double? Distance { get; set; }

Property Value

NullableDouble
The user defined distance.

Implements

IBackgroundStyleDistance
Exceptions
ExceptionCondition
ArgumentExceptionDistance has to be a finite number
See Also