Ejemplo n.º 1
0
 protected async Task UpdateSource()
 {
     await ImageElementManager.UpdateSource(this).ConfigureAwait(false);
 }
Ejemplo n.º 2
0
 public ImageRenderer() : base()
 {
     ImageElementManager.Init(this);
     // TODO WINUI
     //Microsoft.UI.Xaml.Application.Current.Resuming += OnResumingAsync;
 }
Ejemplo n.º 3
0
 public ImageButtonRenderer() : base()
 {
     ImageElementManager.Init(this);
 }