Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 863 Bytes

svgimagesourceloadstatus.md

File metadata and controls

41 lines (28 loc) · 863 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Media.Imaging.SvgImageSourceLoadStatus
winrt enumeration

Windows.UI.Xaml.Media.Imaging.SvgImageSourceLoadStatus

-description

Defines constants that specify the result of loading an SvgImageSource.

-enum-fields

-field Success:0

The SVG loaded.

-field NetworkError:1

The SVG did not load due to a network error.

-field InvalidFormat:2

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

-field Other:3

The SVG did not load for some other reason.

-remarks

-see-also

SvgImageSource.SetSourceAsync, SvgImageSource.OpenFailed

-examples