edges_visible property

edges_visible property

Gets or sets the visibility of edges.

Definition:

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

See Also