Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Round Button
posted

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

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    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.

Children