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