width property

width property

Returns or sets the width of the shape. Read/write float.

Remarks

Returned value is always defined (is not float.NaN). Assigned value must be defined (not float.NaN). You can set undefined values for RawFrame instance properties.

Definition:

@property
def width(self):
    ...

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

See Also