SvgImageSourceLoadStatus Enum

Definition

Defines constants that specify the result of loading an SvgImageSource.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum SvgImageSourceLoadStatus
Inheritance
SvgImageSourceLoadStatus
Attributes

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

Proizvod Verzije
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also