has_line property

has_line property

Gets and sets the line border of the shape is visible.

Example


if shape.has_line == False:
    shape.has_line = True

Definition:

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

See Also