GridColumnLocation Property
Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Point Location { get; set; }
Public Property Location As Point
	Get
	Set
member Location : Point with get, set
Return Value
PointThe 
Point that represents the upper-left corner of the control relative to the upper-left corner of its container.