SvgImageSourceFailedEventArgs.Status Property

Definition

Gets a value that indicates the reason for the SVG loading failure.

public:
 property SvgImageSourceLoadStatus Status { SvgImageSourceLoadStatus get(); };
SvgImageSourceLoadStatus Status();
public SvgImageSourceLoadStatus Status { get; }
var svgImageSourceLoadStatus = svgImageSourceFailedEventArgs.status;
Public ReadOnly Property Status As SvgImageSourceLoadStatus

Property Value

A value of the enumeration.

Applies to