pattern_fill_color property

pattern_fill_color property

Gets or sets the pattern fill color.

Definition:

@property
def pattern_fill_color(self):
    ...
@pattern_fill_color.setter
def pattern_fill_color(self, value):
    ...

See Also