to property

to property

Specifies the target location for an animation motion effect (in percents). Read/write aspose.pydrawing.PointF.

Definition:

@property
def to(self):
    ...

@to.setter
def to(self, value):
    ...

See Also