Share via


LoadedImageSourceLoadStatus Enum

Definition

Defines constants that specify whether an image loaded, or why it failed to load.

public enum class LoadedImageSourceLoadStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class LoadedImageSourceLoadStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum LoadedImageSourceLoadStatus
Public Enum LoadedImageSourceLoadStatus
Inheritance
LoadedImageSourceLoadStatus
Attributes

Fields

InvalidFormat 2

The image did not load because the image format is invalid.

NetworkError 1

The image did not load due to a network error.

Other 3

The image did not load for some other reason.

Success 0

The image loaded.

Applies to