'Declaration
<System.ComponentModel.CategoryAttribute("Position")> <System.ComponentModel.DescriptionAttribute("Gets/sets the shape point location in model coordinates of the shape to which it belongs")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property ModelLocation As NPointF
'Usage
Dim instance As NControlPoint Dim value As NPointF instance.ModelLocation = value value = instance.ModelLocation
[System.ComponentModel.Category("Position")] [System.ComponentModel.Description("Gets/sets the shape point location in model coordinates of the shape to which it belongs")] [System.Xml.Serialization.XmlIgnore()] public NPointF ModelLocation {get; set;}