fill property

fill property

Returns a Shape.fill_format object that contains fill formatting properties for the specified shape.

Example


fillFmt = shape.fill

Definition:

@property
def fill(self):
    ...

See Also