Collection of IGraphicsElement objects.

Namespace:  BeeMobile.TransparentControls.Primitives
Assembly:  BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5

Syntax

C#
public class PrimitiveBaseCollection : CollectionBase, 
	INotifyPropertyChanged
Visual Basic (Declaration)
Public Class PrimitiveBaseCollection _
	Inherits CollectionBase _
	Implements INotifyPropertyChanged
Visual C++
public ref class PrimitiveBaseCollection : public CollectionBase, 
	INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    BeeMobile.TransparentControls.Primitives..::.PrimitiveBaseCollection

See Also