back_color property

Fill.back_color property

Gets or sets a Color object that represents the background color for the fill.

@property
def back_color(self) -> aspose.pydrawing.Color:
    ...

@back_color.setter
def back_color(self, value: aspose.pydrawing.Color):
    ...

See Also