Button property?

When a botton is pressed, its color changes very slightly…What controls that? I would like a larger variation…is this the “tint” property?

Can the button shape be rounded rather than sharp squareshape–this does not look too good.
Also, how can the color change be adjusted when the button is pressed?

Hoyt, I’m not very familiar with Glide yet but have you tried browsing the source code? Glide is open source now and you can contribute any properties you may need that do not yet exist if you wish.

http://netmfglide.codeplex.com/

You can change the image used by the button by supplying your own.

button.ButtonUp = Resources.GetBitmap(Resources.BitmapResources.MyOwnButtonUp);
button.ButtonDown = Resources.GetBitmap(Resources.BitmapResources.MyOwnButtonDown);