has_line عقار

has_line عقار

يحصل على ويحدد حدود الخط للشكل مرئية.

مثال


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

تعريف:

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

أنظر أيضا