-
- EisenbergEffect
- Posts: 19
- Joined:
Thickness Properties
In Microsoft Xaml thickness properties can be expressed either with spaces or with commas. These two Xaml values have the same result:
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
)
Code: Select all
BorderThickness="0,0,3,0"
Code: Select all
BorderThickness="0 0 3 0"

-
-
sfernandez
Site Admin
- Posts: 3222
- Joined:
Re: Thickness Properties
Thanks to point that out.
We will include that case in the Thickness parser.
We will include that case in the Thickness parser.
Who is online
Users browsing this forum: Ahrefs [Bot], Google [Bot] and 4 guests