SvgImageSource.UriSource Property

Definition

Gets or sets the Uniform Resource Identifier (URI) of the SVG source file that generated this SvgImageSource.

public:
 property Uri ^ UriSource { Uri ^ get(); void set(Uri ^ value); };
Uri UriSource();

void UriSource(Uri value);
public System.Uri UriSource { get; set; }
var uri = svgImageSource.uriSource;
svgImageSource.uriSource = uri;
Public Property UriSource As Uri
<SvgImageSource UriSource="uri" />

Property Value

An object describing the Uniform Resource Identifier (URI) of the SVG source file that generated this SvgImageSource.

Applies to