fill_brush property

fill_brush property

Gets or sets the fill brush. See IBrush.

Definition:

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

See Also