Class UriImageSource
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class UriImageSource : ImageMapSource, IMapSource
Constructors
UriImageSource()
Declaration
public UriImageSource()
Fields
UriProperty
Declaration
public static readonly DependencyProperty UriProperty
Field Value
Microsoft.
|
ZoomNumericFormatProperty
Declaration
public static readonly DependencyProperty ZoomNumericFormatProperty
Field Value
Microsoft.
|
Properties
Uri
Declaration
public Uri Uri { get; set; }
Property Value
System.
|
ZoomNumericFormat
Declaration
public string ZoomNumericFormat { get; set; }
Property Value
System.
|
Methods
GetImageSource(Int32)
Declaration
protected override ImageSource GetImageSource(int zoomLevel)
Parameters
System.
|
Returns
Microsoft.
|