Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 779 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 779 Bytes

PropertyCreator

Tool to generate C# code for properties and DependencyProperties for WPF applications

If you create WPF applications, you often need to create a large number of new properties. Writing code for properties is a tedious job. This tool simplifies it, just tell what you need, and code will be generated.

Features:

  • Generates properties including INotifyPropertyChanged interfacing
  • Optional initial value
  • Generates code for Dependency Properties, including optional default value and simple registration.

Please fee free to contribute to this project. Things that may be useful:

  • Support of other types of code snippets for WPF applications
  • Nice UI design
  • Integration in Visual Studio
  • Documentation
  • Support of other languages (Eg. Visual Basic)