TileImage.Src 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.
The URI of the image source, one of these protocol handlers: http://
or https://
means a web-based image,
ms-appx:///
means an image included in the app package, ms-appdata:///local/
means an image saved to local storage,
and file:///
means a local image. (Supported only for desktop apps. This protocol cannot be used by Windows Store apps.)
public string Src { get; set; }
member this.Src : string with get, set
Public Property Src As String
Property Value
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET