caption عقار
caption عقار
يحصل على النص الوصفي الذي يظهر على عنصر التحكم ويقوم بتعيينه.
تعريف:
@property
def caption(self):
...
@caption.setter
def caption(self, value):
...
يحصل على النص الوصفي الذي يظهر على عنصر التحكم ويقوم بتعيينه.
@property
def caption(self):
...
@caption.setter
def caption(self, value):
...