Class UriImageProvider
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class UriImageProvider : ImageProvider, IDisposable, ICloneable
Constructors
UriImageProvider()
Declaration
public UriImageProvider()
Fields
BaseAddressProperty
Declaration
public static readonly DependencyProperty BaseAddressProperty
Field Value
Microsoft.
|
UriProperty
Declaration
public static readonly DependencyProperty UriProperty
Field Value
Microsoft.
|
ZoomNumericFormatProperty
Declaration
public static readonly DependencyProperty ZoomNumericFormatProperty
Field Value
Microsoft.
|
Properties
BaseAddress
Declaration
public Uri BaseAddress { get; set; }
Property Value
System.
|
SpatialReference
Declaration
public override ISpatialReference SpatialReference { get; }
Property Value
Overrides
Uri
Declaration
public Uri Uri { get; set; }
Property Value
System.
|
ZoomNumericFormat
Declaration
public string ZoomNumericFormat { get; set; }
Property Value
System.
|
Methods
Clone()
Declaration
public object Clone()
Returns
System.
|