edge_intersection_color property

edge_intersection_color property

Gets or sets the color of the edge intersection.

Definition:

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

See Also