dependant_property property
dependant_property property
DependantProperty
Definition:
@property
def dependant_property(self):
...
@dependant_property.setter
def dependant_property(self, value):
...
DependantProperty
@property
def dependant_property(self):
...
@dependant_property.setter
def dependant_property(self, value):
...