eDriven Framework API
NestLevel Property
NamespaceseDriven.Gui.ComponentsInvalidationManagerClientNestLevel
eDriven Framework API
NestLevel
Used for invalidation: this is a property of the DisplayObject class because DisplayObjects
could also have InvalidationManagerClients as children, so they must know how to pass the NestLevel to these children
Declaration Syntax
C#Visual BasicVisual C++
public virtual int NestLevel { get; set; }
Public Overridable Property NestLevel As Integer
	Get
	Set
public:
virtual property int NestLevel {
	int get ();
	void set (int value);
}

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)