fill_format property

fill_format property

Returns the FillFormat object that contains fill formatting properties for a shape. Note: can return null for certain types of shapes which don’t have fill properties. Read-only IFillFormat.

Definition:

@property
def fill_format(self):
    ...

See Also