Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/platforms/platform-specific-code/xaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ OnPlatform can also be used in XML syntax for defining property values:
</OnPlatform.Default>
<OnPlatform.iOS>
<ToggleSwitch Content="Hello iOS" />
</OnPlatform.Windows>
</OnPlatform.iOS>
</OnPlatform>
</StackPanel>
```
Expand Down Expand Up @@ -123,4 +123,4 @@ The `OnFormFactor` markup extension functions similarly to the `OnPlatform` and
</UserControl>
```

`OnFormFactor` doesn't have any compile-time trimming optimizations, as form factor cannot be known in compile time. None of these markup extensions are dynamic; once a value is set, it will not be changed.
`OnFormFactor` doesn't have any compile-time trimming optimizations, as form factor cannot be known in compile time. None of these markup extensions are dynamic; once a value is set, it will not be changed.