StreamImageSource.Stream Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o delegado responsável por retornar um System.IO.Stream para a Imagem.
public virtual Func<System.Threading.CancellationToken,System.Threading.Tasks.Task<System.IO.Stream>> Stream { get; set; }
member this.Stream : Func<System.Threading.CancellationToken, System.Threading.Tasks.Task<System.IO.Stream>> with get, set
Valor da propriedade
System.Func<System.Threading.CancellationToken,System.Threading.Tasks.Task<System.IO.Stream>>