New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Constructors

C#
public UriImageSource()

Fields

UriProperty

DependencyProperty

Identifies the Uri dependency property.

C#
public static readonly DependencyProperty UriProperty

ZoomNumericFormatProperty

DependencyProperty

Identifies the ZoomNumericFormat dependency property.

C#
public static readonly DependencyProperty ZoomNumericFormatProperty

Properties

Uri

Uri

Gets or sets image URI.

C#
public Uri Uri { get; set; }

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

C#
public string ZoomNumericFormat { get; set; }

Methods

Gets the image source.

C#
protected override ImageSource GetImageSource(int zoomLevel)
Parameters:zoomLevelint

Zoom level.

Returns:

ImageSource

Image source.

Overrides: ImageMapSource.GetImageSource(int)