B Oprit

B Oprit

  • 1.2k
  • 421
  • 3.6k

Image source is label Text

Feb 23 2020 3:49 PM
Hello ,
 
I load an image from an url , ok that works 
 
 
<ffimageloading:CachedImage HorizontalOptions="Center" VerticalOptions="Center"
WidthRequest="300" HeightRequest="300"
DownsampleToViewSize="true"
Source = "http://loremflickr.com/600/600/nature?filename=simple.jpg">
</ffimageloading:CachedImage>
But
 
Is it possible to to use the Source of the text of a label ??
 
Like this
 
<Label x:name="Internet" Text="http://loremflickr.com/600/600/nature?filename=simple.jpg" /> 

Answers (5)