 |
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.CoreAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic bool IsVisible { get; set; }Property Value
Boolean
See Also