Entity.IsVisible Method

GeonBit.UI

EntityIsVisible Method
Return if this entity is currently visible, eg this and all its parents and grandparents are visible.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsVisible()

Return Value

Type: Boolean
True if entity is really visible.
See Also