Click or drag to resize

IBackgroundStyleDistance 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#
double? Distance { get; set; }

Property Value

NullableDouble
The user defined distance.
See Also