79544626

Date: 2025-03-30 13:10:47
Score: 1
Natty:
Report link

SOLUTION FOUND

instead of using the dynamic resource directly in tint color i used a 'zombie element'

<Label x:Name="Ref" BackgroundColor="{DynamicResource MyColor}" IsEnabled="False" IsVisible="False" />

and then used it as a refrence in TintColor

<toolkit:IconTintColorBehavior TintColor="{Binding Source={x:Reference Ref}, Path=BackgroundColor}" />
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ibrahim taleb