SvgImageSource.UriSource Property
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.
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.