'Declaration
<System.ComponentModel.CategoryAttribute("Model")> <System.ComponentModel.DescriptionAttribute("Gets/sets the model start point (in model coordinates)")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Overrides Property ModelStartPoint As NPointF
'Usage
Dim instance As NCurvePath Dim value As NPointF instance.ModelStartPoint = value value = instance.ModelStartPoint
[System.ComponentModel.Category("Model")] [System.ComponentModel.Description("Gets/sets the model start point (in model coordinates)")] [System.Xml.Serialization.XmlIgnore()] public override NPointF ModelStartPoint {get; set;}