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.MaterialAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsNoMaterialAllowed { get; set; }
Property Value
Booleantrue if this instance is no material allowed; otherwise,
false.
See Also