is_filled عقار

is_filled عقار

يشير إلى ما إذا كان تنسيق التعبئة مرئيًا.

مثال


if shape.is_filled == False:
    shape.is_filled = True

تعريف:

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

أنظر أيضا