third_corner property

third_corner property

Gets or sets the third corner.

Definition:

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

See Also