SvgImageSource.UriSource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定產生此 SvgImageSource 之 SVG來源檔案的統一資源識別項 (URI) 。
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" />
屬性值
物件,描述產生此 SvgImageSource 之 SVG來源檔案的統一資源識別項 (URI) 。