SvgImageSourceLoadStatus Enum

Definition

Defines constants that specify the result of loading an SvgImageSource.

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

Fields

InvalidFormat 2

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

NetworkError 1

The SVG did not load due to a network error.

Other 3

The SVG did not load for some other reason.

Success 0

The SVG loaded.

Applies to

See also