brush property

brush property

Gets or sets the background brush. Value by default is null. This property expects instance of Brush objects implementations See different Brush classes

Definition:

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

See Also