width_pixel property

width_pixel property

Gets or sets the width of frame in units of Pixel.

Definition:

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

See Also