protected async Task SetImage(Image oldElement = null) { await ImageElementManager.SetImage(this, Element, oldElement).ConfigureAwait(false); }
public ImageRenderer() : base() { ImageElementManager.Init(this); }
readonly nfloat _minimumButtonHeight = 44; // Apple docs public ImageButtonRenderer() : base() { ButtonElementManager.Init(this); BorderElementManager.Init(this); ImageElementManager.Init(this); }