Hi,
I am using Infragistics v8.2.2 for a Windows Form application. I would like a small (21 x 21) round button. I made a bitmap of a filled black circle and used it as the shapeimage for an ultrabutton. It looks jagged on the edges though. Is there a better way to do this? Certainly there is a way to make really nice looking buttons...
Thank you,
Joe
When you use a ShapeImage, there's no great way for the button to draw the borders in an irregular shape in a generic way.
So the best thing for you to do would be to turn off the button borders and then provide an image for the button in addition to the ShapeImage.
Hi Mike,
Thank you for the reply. When you say to turn off the button borders do you mean in the appearance subcategories - set the border color to transparent? I tried doing this but it looks a little strange. Are there any examples of cool looking buttons? If not, you should make some.
Thanks again - Joe
I think you probably have to turn off Themes (UseOsThemes = False) and you might have to set the ButtonDisplayStyle to find a style that has no borders.
I don't know of any examples of rounded buttons on our end, unfortunately. But I will pass your suggestion off to our Visual Design team. :)