Gets or sets the ratio of the distance between the first vertex
of the edge to the ControlPoint point, according to length of the straight
line connecting the two ends of the edge.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public float CurveControlPoint { get; set; }
Public Property CurveControlPoint As Single
public: property float CurveControlPoint { float get (); void set (float value); }