'Declaration
<System.ComponentModel.CategoryAttribute("End points")> <System.ComponentModel.DescriptionAttribute("Gets/sets the location of the shape sheet end point (expressed in parent coordinates). Applicable only if the HasEndPointsSection proprety is set to true.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property EndPoint As NPointF
'Usage
Dim instance As NShapeSheet Dim value As NPointF instance.EndPoint = value value = instance.EndPoint
[System.ComponentModel.Category("End points")] [System.ComponentModel.Description("Gets/sets the location of the shape sheet end point (expressed in parent coordinates). Applicable only if the HasEndPointsSection proprety is set to true.")] [System.Xml.Serialization.XmlIgnore()] public NPointF EndPoint {get; set;}