Jump to: navigation, search

Changes


XAML Best practices

42 bytes added, 12 June
** Likewise there is a difference when referencing x:Name and x:Key elements.
<nowiki>x:Name - UWP: ElementName=SubmitFormButton | Xamarin: Source={x:Reference SubmitFormButton}
x:Key - Both: {StaticResource SubmitFormButtonStyle} or {StaticResource SubmitFormButtonStyle}</nowiki>
* Use explicit language when giving a name or key, for example: “PropStkpnl” is not easily readable, but “PropertiesStackPanel” is.
* Furthermore, “FailureCodeExpression” does not describe the purpose of the expression, whereas “FailureCode_HasUnfilledFields” does.
487
edits