x property

x property

Gets or sets the x of the size

Definition:

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

See Also