Class UriImageSource
Single image map source which gets image source using its URI string.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class UriImageSource : ImageMapSource, IMapSource
Constructors
UriImageSource()
Declaration
public UriImageSource()
Fields
UriProperty
Identifies the Uri dependency property.
Declaration
public static readonly DependencyProperty UriProperty
Field Value
System.Windows.DependencyProperty
|
ZoomNumericFormatProperty
Identifies the ZoomNumericFormat dependency property.
Declaration
public static readonly DependencyProperty ZoomNumericFormatProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Uri
Gets or sets image URI.
Declaration
public Uri Uri { get; set; }
Property Value
System.Uri
|
ZoomNumericFormat
Gets or sets numeric format string will be used to replace {zoom} placeholder.
Declaration
public string ZoomNumericFormat { get; set; }
Property Value
System.String
|
Methods
GetImageSource(Int32)
Gets the image source.
Declaration
protected override ImageSource GetImageSource(int zoomLevel)
Parameters
System.Int32
zoomLevel
Zoom level. |
Returns
System.Windows.Media.ImageSource
Image source. |