Hi all,
I'm building a web control that creates its styles on the fly during PreRender. This works fine as long as I'm using the Style class as below:
Style style = new Style();
style.BorderColor = System.Drawing.Color.Black;
style.BorderStyle = BorderStyle.Solid;
...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.