The bounds of the primitive inside the container.

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

Syntax

C#
public Rectangle Bounds { get; set; }
Visual Basic (Declaration)
Public Property Bounds As Rectangle
Visual C++
public:
virtual property Rectangle Bounds {
	Rectangle get () sealed;
	void set (Rectangle value) sealed;
}

Implements

IGraphicsElementBounds()()()

See Also