Class ImageProvider
Represents map provider which provide map sources for Image control.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class ImageProvider : MapProviderBase, IDisposable
Constructors
ImageProvider()
Declaration
protected ImageProvider()
Properties
Image
Returns the Image object.
Declaration
public Image Image { get; }
Property Value
System.Windows.Controls.Image
|