'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NPointTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property Location As NPointL
'Usage
Dim instance As NCartesianPanelAnchor Dim value As NPointL instance.Location = value value = instance.Location
[System.ComponentModel.Editor(Nevron.Editors.NPointTypeEditor, System.Drawing.Design.UITypeEditor)] public NPointL Location {get; set;}