SvgImageSourceLoadStatus Enum

Definition

Defines constants that specify the result of loading an SvgImageSource.

public enum class SvgImageSourceLoadStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class SvgImageSourceLoadStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum SvgImageSourceLoadStatus
Public Enum SvgImageSourceLoadStatus
Inheritance
SvgImageSourceLoadStatus
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

Name Value Description
Success 0

The SVG loaded.

NetworkError 1

The SVG did not load due to a network error.

InvalidFormat 2

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

Other 3

The SVG did not load for some other reason.

Applies to

See also