Class
UriImageSource

Single image map source which gets image source using its URI string.

Definition

Constructors

UriImageSource()

Declaration

cs-api-definition
public UriImageSource()

Fields

UriProperty

Identifies the Uri dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty UriProperty

Field Value

DependencyProperty

ZoomNumericFormatProperty

Identifies the ZoomNumericFormat dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ZoomNumericFormatProperty

Field Value

DependencyProperty

Properties

Uri

Gets or sets image URI.

Declaration

cs-api-definition
public Uri Uri { get; set; }

Property Value

Uri

ZoomNumericFormat

Gets or sets numeric format string will be used to replace {zoom} placeholder.

Declaration

cs-api-definition
public string ZoomNumericFormat { get; set; }

Property Value

string

Methods

GetImageSource(int)

Gets the image source.

Declaration

cs-api-definition
protected override ImageSource GetImageSource(int zoomLevel)

Parameters

zoomLevel

int

Zoom level.

Returns

ImageSource

Image source.

Overrides ImageMapSource.GetImageSource(int)