Nevron.Diagram Namespace / NBezierCurveShape Class / SecondControlPoint Property


SecondControlPoint Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also