Archive | April, 2017

Read-only Dependency Properties

In the previous article, titled Dependency Properties, we explored how to create dependency properties for our class. In this article, we are going to explore how to create dependency properties that can only be updated in the defining class itself. As a result, these properties are read-only. The example for this article can be found […]

Continue Reading 3

Dependency Properties

In this article, we are going the explore how to create dependency properties. Dependency properties with a special property information that allows the WPF system to interact with them through the XAML code. They also need to be implemented in a specific way because of how WPF interacts with them. As an example, we are […]

Continue Reading 0

Powered by WordPress. Designed by WooThemes