ClassUriImageSource
Class
Single image map source which gets image source using its URI string.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class UriImageSource : ImageMapSource, IMapSource
Inheritance: objectImageMapSourceUriImageSource
Implements:
Inherited Members
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.
Methods
GetImageSource(int)
Gets the image source.
Declaration
cs-api-definition
protected override ImageSource GetImageSource(int zoomLevel)
Parameters
zoomLevel
Zoom level.
Returns
ImageSource
Image source.
Overrides