AsyncReaderSource
Class
The class represents a source for reading of multiple shape-files.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class AsyncReaderSource : Freezable
Inheritance: objectAsyncReaderSource
Constructors
C#
public AsyncReaderSource()
Fields
DataSourceProperty
DependencyProperty
Identifies the DataSource dependency property.
C#
public static readonly DependencyProperty DataSourceProperty
SourceProperty
DependencyProperty
Identifies the Source dependency property.
C#
public static readonly DependencyProperty SourceProperty
ZIndexProperty
DependencyProperty
Identifies the ZIndex dependency property.
C#
public static readonly DependencyProperty ZIndexProperty
Properties
DataSource
Uri
Gets or sets the uri of the data-file (DBF).
C#
public Uri DataSource { get; set; }
Source
Uri
Gets or sets the uri of geospatial file.
C#
public Uri Source { get; set; }
Methods
Creates new instance of AsyncReaderSource class.
C#
protected override Freezable CreateInstanceCore()
Freezable
Freezable.