'Declaration
<System.ComponentModel.CategoryAttribute("Placement")> <System.ComponentModel.DescriptionAttribute("Gets/sets the Location of the popup.")> Public Property Location As System.Drawing.Point
'Usage
Dim instance As NPopup Dim value As System.Drawing.Point instance.Location = value value = instance.Location
[System.ComponentModel.Category("Placement")] [System.ComponentModel.Description("Gets/sets the Location of the popup.")] public System.Drawing.Point Location {get; set;}