coordinate property

VariationAxisCoordinate.coordinate property

Coordinate.

@property
def coordinate(self) -> float:
    ...

@coordinate.setter
def coordinate(self, value: float):
    ...

See Also