Click or drag to resize

IBackgroundStyleThickness Property

Gets or sets the user defined background thickness. If this value is null, the background class has to find an appropriate thickness 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? Thickness { get; set; }

Property Value

NullableDouble
The user defined thickness.
See Also