Click or drag to resize
Ab4d.SharpEngine logo

RenderingItemIsVisible Property

When IsVisible property is false this prevents rendering this RenderingItem. This property gets or set the flag from the Flags field. Note that Flags have IsHidden flag so this property inverts the presence of IsHidden flag. The reason for this is that this way the majority of objects can have no Flags set (they are not processes in any special way).

Namespace: Ab4d.SharpEngine.Core
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public bool IsVisible { get; set; }

Property Value

Boolean

[Missing <value> documentation for "P:Ab4d.SharpEngine.Core.RenderingItem.IsVisible"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Core.RenderingItem.IsVisible"]

See Also