Hello, I need to modify the percentRect property (e.g.; x, y,width,height of percentRect) of DownloadProgressBar class. I have a class that extends the DownloadProgressBar class. But within my class (the subclass), assigning any value like percentRect.x=150 doesn't work as percentRect is a read-onlypreperty. The documentation says that I need to override percentRect to change it. But how to override a property?
Please help me out of this. Regards, Nahid

