Hello, I am playing around with C# and WPF. I am coming from the realm of microcontrollers and was wondering for the correct way to do things.
My question is this, say for my horses I wanted to build an automated water dispenser as a school project for my kids using software. In the water control panel, the user would be able to see the tank level.
TankLevelControl has a dependancy property [ TankLevelFillProperty ] (I hope I am using that right)
Would it be best (in terms of graphical flexibility and lower skill level) to make a CustomControl or reimplement a progress bar? What I had in mind it looking like was something along these lines: link text
I am just mediocre at programming (but learning all the time :) )
Thanks for any help