end_type property

end_type property

Specifies an arrowhead for the end of a line.

Definition:

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

See Also