picture_fill_mode property

picture_fill_mode property

Returns or sets the picture fill mode. Read/write PictureFillMode.

Definition:

@property
def picture_fill_mode(self):
    ...

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

See Also