UriImageSource
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:
C#
public class UriImageSource : ImageMapSource, IMapSource
Inheritance: objectImageMapSourceUriImageSource
Implements:
Inherited Members
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)
Zoom level.
Returns:ImageSource
Image source.
Overrides: