How to set FallbackValue in binding as path to external image file?
问题 I'm trying to set FallbackValue in case when my converter cannot be call, but I'm not sure how to do that. <Image Source="{Binding FallbackValue="Pictures/Unknown.png", Path=LatestPosition.DeviceFamily, Converter={x:Static conv:ConverterSet.DeviceTypeToImageSourceconverter}}" Name="image1" Stretch="Fill" Margin="5,8" Width="150" Height="150" Grid.RowSpan="4" /> Paths of external images in converter looks like that and when LatestPosition!=null the image is set in proper way. private static