0
在UWP(Windows 10平臺)上,不支持IMultiValueConverter
。如何多重綁定到IValueConverter?
如何將多個這種文本塊
<TextBlock x:Name="txtContentMessage"
Text="{Binding Text}"
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap"
Foreground="{Binding Entities,
ConverterParameter={Binding Text},
Converter={StaticResource ChangedColorToUrlConverter},
Mode=TwoWay}"
MaxLines="3"
Grid.Row="1"/>