set_color method

set_color

Sets the Color of all borders in the collection.

def set_color(self, color):
    ...
ParameterTypeDescription
coloraspose.pydrawing.ColorBorders’ Color.

See Also