Jshafer55343 Posted April 19, 2007 Report Share Posted April 19, 2007 I have a radial gauge where the users can set the palatte or override the colors with their own colors. I would like to allow them to reset them back to the palatte colors but I cannot figure out how. I thought setting the Border.Color = nothing or empty would do it, but it did not seem to work. Also, I couldn't get the color from the palatte object. Any thoughts? Thanks,Jacob Quote Link to comment Share on other sites More sharing options...
Frank Posted April 19, 2007 Report Share Posted April 19, 2007 Set: RadialGauge1.Border.Color = Drawing.Color.Aqua Reset: RadialGauge1.Border.ResetColor() Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.