Support all VisualElement properties #140
mrlacey
started this conversation in
New Feature Discussions
Replies: 3 comments 4 replies
-
That's sounds awesome! Even if this list misses one or two, it's an AMAZING addition 💯 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Should the samples app include examples of everything too? |
Beta Was this translation helpful? Give feedback.
2 replies
-
This is a stale thread so needs checking what is left on @mrlacey list here before closing this discussion, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following on from #138 (reply in thread)
As a starting point for filling in some gaps, I'd like to add fluent helper methods for all remaining settable properties of VIsualElement.
This would be the following properties:
I expect some of these will only be used rarely, but it feels better to aim for completion than guess what people may or may not want/need.
Have I missed anything?
Is there a reason not to implement any of them?
These all appear to be able to be implemented with simple fluent extension methods.
Beyond the implementation and tests, is anything else needed for these?
Beta Was this translation helpful? Give feedback.
All reactions