'Declaration
<System.ComponentModel.CategoryAttribute("Controls")> <System.ComponentModel.DescriptionAttribute("Gets/sets the bezier curve second control point (in scene coordinates)")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property SecondControlPoint As NPointF
'Usage
Dim instance As NBezierCurveShape Dim value As NPointF instance.SecondControlPoint = value value = instance.SecondControlPoint
[System.ComponentModel.Category("Controls")] [System.ComponentModel.Description("Gets/sets the bezier curve second control point (in scene coordinates)")] [System.Xml.Serialization.XmlIgnore()] public NPointF SecondControlPoint {get; set;}