Stores the collection of primitives, which is drawn on the background.

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

Syntax

C#
public PrimitiveBaseCollection Primitives { get; }
Visual Basic (Declaration)
Public ReadOnly Property Primitives As PrimitiveBaseCollection
Visual C++
public:
property PrimitiveBaseCollection^ Primitives {
	PrimitiveBaseCollection^ get ();
}

See Also