Replies: 3 comments 1 reply
-
it's really easy to implement, just draw the UI with these (top, left, width, height) values, and use math for working with layout |
Beta Was this translation helpful? Give feedback.
-
I am now writing the c# styler for css.. maybe this will be done in coming days.
Code
Easy to apply and update
Cast style attribute values
|
Beta Was this translation helpful? Give feedback.
-
There is a library here... with enums. css styling in c# and some cal(). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I like css rather than XAML, but there's the overhead of transforming to plainText and getting interpreted by browser ware, what if I can have a unified front end, that's good enough, without css.
Something like :
and all UI Components can use this struct, which has a bunch of extention methods to support it, like zooming centering etc,
Beta Was this translation helpful? Give feedback.
All reactions