EisenbergEffect
Topic Author
Posts: 19
Joined: 22 Mar 2013, 15:09

Thickness Properties

25 Mar 2013, 22:07

In Microsoft Xaml thickness properties can be expressed either with spaces or with commas. These two Xaml values have the same result:
BorderThickness="0,0,3,0"
BorderThickness="0 0 3 0"
The Noesis implementation does not support the second option, with space separators. I don't think this is a big deal. But, it's important to call this out in the documentation somewhere if this is intended. (It may be in the docs and I may have missed it too ;))
 
User avatar
sfernandez
Site Admin
Posts: 3008
Joined: 22 Dec 2011, 19:20

Re: Thickness Properties

25 Mar 2013, 22:42

Thanks to point that out.
We will include that case in the Thickness parser.

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 3 guests