ImageSource
ImageSource()
IsEmpty
Cancel()
FromFile(String)
FromResource(String, Assembly)
FromResource(String, Type)
FromStream(Func<Stream>)
FromStream(Func<CancellationToken, Task<Stream>>)
FromUri(Uri)
IsNullOrEmpty(ImageSource)
OnSourceChanged()
implicit operator ImageSource(String)
implicit operator ImageSource(Uri)
net6.0
namespace Microsoft.Maui.Controls
{
[TypeConverter(typeof(ImageSourceConverter))]
public abstract class ImageSource : Element, IImageSource
{
public static implicit operator ImageSource(string source);
}
}
.NET | 6.07.0 |
---|---|
Information specific to net6.0 | |
Assembly | Microsoft.Maui.Controls , Version=1.0.0.0, PublicKeyToken= |
Referencing | Requires all:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API