Changes
<br>
== FlipView ==
==== Multi-tag syntax ====
Here it is mandatory to add '''x:TypeArguments="TheType"''' with the proper type to OnPlatfrom/OnIdiom. ''Default="..."'' is optionaland can be added like in the following example if a default value needs to be defined.
<tabs>
<tab name="OnPlatform">
=== Complex values ===
If the OnPlatform/OnIdiom value contains a '''Binding''', '''StaticResource''' or any other complex value in curly brackets, it is recommended to use the '''inline syntax'''. Although there is no it's not confirmed in any official documentation, it seems to work according to our experience. However, the multi-tag syntax doesn't always seem to work always for such cases. DynamicResource values seem not to be not supported at all in OnIdiom / OnPlatform.
<tabs>