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