SvgImageSourceLoadStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |