Skip to content

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

License

Notifications You must be signed in to change notification settings

RudolfJan/PropertyCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages