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
140
What happend to BorderWidth property?
posted

I am getting error on it saying it can't be set declaratively, but how do I set it?  What did this change to?

  • 28496
    Offline posted

    Border.Thickness is the equivalent of the BorderWidth property.

    BorderWidth as well as BorderColor were removed from the serializable properties in order to fix a problem where those settings conflicted with the settings under the Border property.  For many existing apps, this change resulted in the error you encountered because BorderWidth and BorderColor had already been serialized to the .aspx page.