xaml-coding-guidelines
xaml-coding-guidelines copied to clipboard
XAML Coding Guidelines
I stumbled upon this site while looking for a XAML UI styling guidelines. At first, it makes sense, but after further thought, I wonder if it is necessary. XAML is...
I request comments for the following rule: XA4003 - When defining a SolidColorBrush resource, always define a Color resource as well
Added style name rule in "maintenance" section
The alphabetical order is quick and simple. However, it can leads to harder reading when the number of attributes is important. For example, `FontSize` and `TextAlignment` have a close relationship,...
[XA2004](https://github.com/cmaneu/xaml-coding-guidelines#xa2004---do-not-use-a-precise-type-indication-suffix-unless-its-required) states that you should not suffix control names with too specific types, but it does not specify how specific you should be. For example, in the explanation, it says...
It can be great to give additional guidance about XAML code structure/organization. This is a draft of such a guidance. ## Resources dictionary organisation Depending on the app size, target...