'Declaration
<System.ComponentModel.CategoryAttribute("Transform")> <System.ComponentModel.DescriptionAttribute("Gets/sets the pin point (in local coordinates)")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property LocPinPoint As NPointF
'Usage
Dim instance As NShapeSheet Dim value As NPointF instance.LocPinPoint = value value = instance.LocPinPoint
[System.ComponentModel.Category("Transform")] [System.ComponentModel.Description("Gets/sets the pin point (in local coordinates)")] [System.Xml.Serialization.XmlIgnore()] public NPointF LocPinPoint {get; set;}