What I'm trying to do is create half gauges, but when I create half gauges the size of the control is still setup for a full gauge and has a lot of extra space on the below the half gauge, when I try to resize the control it just shrinks my half gauge, is there any way to resize the control to fit a half gauge?
Attached is an image of what I am talking about, the blue line is where I could like the bottom of the control to be, but without resizing the gauge.
Thanks :-)
I attached the two layouts I created below
ColorGauge.xml is what you see in the image above.
WhileColorGauge.xml is the image above with a white background.
it looks like your dial and your scale both have a startangle of 180 and an endangle of 360.
make sure the gauge.Square = False, set the BoundsMeasure = Percent, and Bounds = new Rectangle(0, 0, 100, 140).
that should make the gauge fill the bounds in the desired fashion.