SvgImageSourceLoadStatus
SvgImageSourceLoadStatus
SvgImageSourceLoadStatus
SvgImageSourceLoadStatus
Enum
Definition
Defines constants that specify the result of loading an SvgImageSource.
public : enum class SvgImageSourceLoadStatuspublic enum SvgImageSourceLoadStatusPublic Enum SvgImageSourceLoadStatus// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| InvalidFormat InvalidFormat InvalidFormat InvalidFormat | The SVG did not load because the SVG format is invalid. |
| NetworkError NetworkError NetworkError NetworkError | The SVG did not load due to a network error. |
| Other Other Other Other | The SVG did not load for some other reason. |
| Success Success Success Success | The SVG loaded. |