Control..::..Position Property

Gets/Sets the position (relative to parent)

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Point Position { get; set; }
Public Property Position As Point
	Get
	Set
public:
property Point^ Position {
	Point^ get ();
	void set (Point^ value);
}