eDriven Framework API
QDrawingList Property
NamespaceseDriven.Gui.ComponentsDisplayObjectContainerQDrawingList
eDriven Framework API
The list of components ordered by child Depth
Used for rendering
The rendering order might have different than layout order
Declaration Syntax
C#Visual BasicVisual C++
public List<DisplayListMember> QDrawingList { get; }
Public ReadOnly Property QDrawingList As List(Of DisplayListMember)
	Get
public:
property List<DisplayListMember^>^ QDrawingList {
	List<DisplayListMember^>^ get ();
}

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