Table of Contents

Interface IImageSourceBinding

Namespace
FFImageLoading.Forms
Assembly
FFImageLoading.Forms.dll
public interface IImageSourceBinding

Properties

ImageSource

ImageSource ImageSource { get; }

Property Value

ImageSource

Path

string Path { get; }

Property Value

string

Stream

Func<CancellationToken, Task<Stream>> Stream { get; }

Property Value

Func<CancellationToken, Task<Stream>>