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.BackgroundAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool SupportsUserDefinedMaterial { get; set; }
Property Value
Booleantrue if this background allows to chose the material; otherwise
false.
See Also