control_points property

control_points property

Gets or sets the count of control points in current direction.

Definition:

@property
def control_points(self):
    ...
@control_points.setter
def control_points(self, value):
    ...

See Also