DividedPath.FixedNumberOfPoints
Description:
The number of points used when the layout is set to 'FixedNumber'.
The number of points used when the layout is set to 'FixedNumber'.
Remarks:
To get the actual number of point use GetNumberOfPoints().
To get the actual number of point use GetNumberOfPoints().
public int FixedNumberOfPoints { get; set; }
-
When setting this property: fixedNumberOfPoints must be at least 2 and at most 200.