We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typo
The documentation shows: BackgroundColor="{Binding MyValue, Converter={StaticResource CompareConverter}" />
BackgroundColor="{Binding MyValue, Converter={StaticResource CompareConverter}" />
But is should be BackgroundColor="{Binding MyValue, Converter={StaticResource CompareConverter}}" />
BackgroundColor="{Binding MyValue, Converter={StaticResource CompareConverter}}" />
https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/converters/compare-converter
https://github.com/MicrosoftDocs/CommunityToolkit/blob/main/docs/maui/converters/compare-converter.md
d6362387-38ab-f651-3a88-976a34ef9f9c
@bijington
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type of issue
Typo
Description
The documentation shows:
BackgroundColor="{Binding MyValue, Converter={StaticResource CompareConverter}" />
But is should be
BackgroundColor="{Binding MyValue, Converter={StaticResource CompareConverter}}" />
Page URL
https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/converters/compare-converter
Content source URL
https://github.com/MicrosoftDocs/CommunityToolkit/blob/main/docs/maui/converters/compare-converter.md
Document Version Independent Id
d6362387-38ab-f651-3a88-976a34ef9f9c
Article author
@bijington
Metadata
The text was updated successfully, but these errors were encountered: