curve_type property

curve_type property

Gets or sets the type of the curve.

Definition:

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

See Also