is_visible الملكية
is_visible الملكية
يشير إلى ما إذا كان عنصر التحكم هذا مرئيًا أم لا.
تعريف:
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...
يشير إلى ما إذا كان عنصر التحكم هذا مرئيًا أم لا.
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...