horizontal_width property

horizontal_width property

Gets or sets the horizontal width.

Definition:

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

See Also