Click or drag to resize

MaterialBaseIsVisible 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.D3D.Material
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract bool IsVisible { get; }

Property Value

Boolean
true if this instance is visible; otherwise, false.

Implements

IMaterialIsVisible
See Also