edge_color property

edge_color property

Gets or sets the color of the edge.

Definition:

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

See Also