xaml-coding-guidelines
xaml-coding-guidelines copied to clipboard
RFC - XA4003 - When defining a SolidColorBrush resource, always define a Color resource as well
I request comments for the following rule:
XA4003 - When defining a SolidColorBrush resource, always define a Color resource as well
Yep, agreed. I do this with all the apps I create.
I agreed, for every brush a Color as a resource.
This should be the case also for gradient or linear brush.