Can you subclass a DependencyObject, changing a currently-read/write property into a read-only property in the subclass?

113 Views Asked by At

Title says it all. Not thinking this is possible due to the way DependencyProperties work, but figured I'd ask. Can you change a read-write property to a read-only property in a subclass?

0

There are 0 best solutions below