Click or drag to resize

IBackgroundStyleSupportsUserDefinedMaterial Property

Gets or sets a value indicating whether this background supports user defined material. For some background classes, the kind of material may be fixed, for instance a black background. In this case the value is false. For other backgrounds, you are free to chose the material, in this case the value is true.

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

Property Value

Boolean
true if this background allows to chose the material; otherwise false.
See Also