Click or drag to resize

MaterialControllerSimpleIsNoMaterialAllowed Property

Sets a value indicating whether this instance is no material allowed. If true, this instance can return null if no material was selected.

Namespace: Altaxo.Gui.Graph.Graph3D.Material
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsNoMaterialAllowed { get; set; }

Property Value

Boolean
true if this instance is no material allowed; otherwise, false.
See Also