fill_mode property

fill_mode property

Sets fill mode

Definition:

@property
def fill_mode(self):
    ...

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

See Also