IMaterialIsVisible Property |
Gets a value indicating whether this material is visible at all. There might be one material instance that could be used as a convenient place holder for null, that
is treated as "no material". Drawing contexts should not draw anything if the material returns false for this property.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Property Value
Booleantrue if this instance is visible; otherwise,
false.
See Also