start_width property

start_width property

Gets or sets the start width.

Definition:

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

See Also