Add a view wrapper (Border<V>
?) compatibility struct that implements a box model
#18
Labels
enhancement
New feature or request
Would enable support for margin, padding and border. Most efficient would be to use different single-property structs (i.e. separate
Margin
), and implement extension methods forView
objects.i.e.:
This single wrapper approach only requires a single spacing property (only margin or only padding) as well as enables multiple borders.
The text was updated successfully, but these errors were encountered: