'Declaration
<SRDescriptionAttribute("The coordinates of the upper-left corner of the control relative to the upper-left corner of its container.")> <System.ComponentModel.LocalizableAttribute(True)> <SRCategoryAttribute("Layout")> Public Property Location As System.Drawing.Point
'Usage
Dim instance As AgentCtl Dim value As System.Drawing.Point instance.Location = value value = instance.Location
[SRDescription("The coordinates of the upper-left corner of the control relative to the upper-left corner of its container.")] [System.ComponentModel.Localizable(true)] [SRCategory("Layout")] public System.Drawing.Point Location {get; set;}