Support for read-only dependency properties

Issue #2 wontfix
Robert Važan repo owner created an issue

Originally submitted by Javier Gonzalez.

Just as a suggestion, maybe if the property has a protected/private setter then generate a read-only dependency property then?

And/or maybe add a parameter to the attribute to support this such as: public enum PropertyAccessMode { Auto, ReadWrite, ReadOnly }

where Auto is the default.

Comments (1)

  1. Log in to comment