'Declaration
<System.ComponentModel.CategoryAttribute("Model")> <System.ComponentModel.DescriptionAttribute("Gets/sets the model start point (in model coordinates)")> Public Overrides Property ModelStartPoint As NPointF
'Usage
Dim instance As NBezierCurvePath 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)")] public override NPointF ModelStartPoint {get; set;}