by property

by property

Describes the relative offset value for the animation (in percents). Read/write aspose.pydrawing.PointF.

Definition:

@property
def by(self):
    ...

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

See Also