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
Stream
Func<CancellationToken, Task<Stream>> Stream { get; }