edge_width property

edge_width property

Gets or sets the width of the edge.

Definition:

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

See Also