'Declaration
<System.ComponentModel.CategoryAttribute("Model")> <System.ComponentModel.DescriptionAttribute("Controls the model end point (in model coordinates)")> Public Overrides Property ModelEndPoint As NPointF
'Usage
Dim instance As NBezierCurvePath Dim value As NPointF instance.ModelEndPoint = value value = instance.ModelEndPoint
[System.ComponentModel.Category("Model")] [System.ComponentModel.Description("Controls the model end point (in model coordinates)")] public override NPointF ModelEndPoint {get; set;}