polytronicgr / gwen-dotnet

Automatically exported from code.google.com/p/gwen-dotnet
0 stars 0 forks source link

Add better constructors for controls #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Right now creating controls is tedious. Add better constructors that accept 
most common parameters.

Original issue reported on code.google.com by der.ag...@gmail.com on 6 Mar 2012 at 12:11

GoogleCodeExporter commented 8 years ago
If you are using C# 3 or new you can set all properties in the constructor 
anyways. So maybe it suffices to convert getters and setters to properties?

Original comment by cpolymeris on 10 Jul 2013 at 5:25