EditCategory
Fundamentals
EditQuestion
What is a read-only DependencyProperty?
EditAnswer
A read-only DependencyProperty is like a normal DependencyProperty, with the exception that its value cannot be set outside the class that declared the read-only property.